orioledb/orioledb
OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 77
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 56.0
- age_days: 1739
- days_rel: 76
- days_push: 7
- n_releases_24m: 11
Adoption not part of the score
4174 stars · 184 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OrioleDB is a cloud-native storage engine for PostgreSQL implemented as an extension using the table access method API. It offers improved scalability, reduced bloat and maintenance, page-level compression, and a row-level WAL designed for future distributed replication.
Use cases
- speed up postgresql on many-core servers
- reduce table bloat and vacuum overhead in postgres
- compress postgres tables to cut storage costs
- replace postgres default storage engine with a modern one
- prepare postgres for active-active multimaster replication
- avoid transaction id wraparound problems
- run high-throughput OLTP workloads on postgres
When to choose
- you need higher read/write throughput than default PostgreSQL storage
- you want less VACUUM maintenance and bloat
- you want page-level compression to reduce storage costs
- you're building cloud-native or future distributed PostgreSQL deployments
When to avoid
- you need a fully supported, patch-free PostgreSQL installation
- your workload depends on extensions or features incompatible with OrioleDB
- you need mature multimaster replication today
- you can't run a patched PostgreSQL or the provided Docker image
Facets
library · maturity active
database caching compression concurrency databases cloud-computing developer-tools performance self-hosted cloud cpp postgresql-extension storage-engine table-access-method cloud-native mvcc undo-log index-organized-tables pluggable-storage b-tree wal linux docker
6 sources
- readme: https://github.com/orioledb/orioledb · fetched 2026-08-28 · bf5f2a237aab
- homepage: https://orioledb.com · fetched 2026-08-29 · c0534ff0f973
- site_page: https://www.orioledb.com/docs · fetched 2026-08-29 · 14fd52ad3a04
- site_page: https://www.orioledb.com/docs/usage/getting-started · fetched 2026-08-29 · 4ea307b0adfd
- site_page: https://www.orioledb.com/docs/architecture/overview · fetched 2026-08-29 · 50d7b6e645b5
- site_page: https://www.orioledb.com/docs/contributing/code-structure · fetched 2026-08-29 · 22680567b695
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| orioledb/orioledb | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="orioledb/orioledb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem