OrioleDB: A High-Performance PostgreSQL Storage Extension
OrioleDB is a PostgreSQL storage extension that replaces the default Heap storage engine, dramatically improving performance. By redesigning core components like MVCC, page caching, and checkpoints, OrioleDB enhances throughput and predictability for transactional workloads while maintaining the familiar PostgreSQL user experience. Recent releases add support for non-B-tree index types, tablespaces, and fillfactor, along with query and index performance optimizations. Benchmarks using TPC-C and sysbench show significant throughput improvements over PostgreSQL's default Heap engine, with go-tpc tests demonstrating multiple times the tpmC.
Read more