We are getting closer to GA. This release includes:
- An index bridge to support all indexes that Heap supports
- Support for rewinding recent changes in the database.
- Tablespaces support
- Fillfactor support
- An orioledb_tree_stat() function for space utilization statistics
- Support for tables with more than 32 columns.
We also show several performance improvements using the TPC-C benchmarks. Overall, OrioleDB is much faster than Heap, also outperforming other Postgres providers.
We would love more people testing OrioleDB. The fastest way to do that is to use the docker image provided:
docker run -d --name orioledb -p 5432:5432 orioledb/orioledb
Read the full release here:
akorotkov•6h ago