Ross ROSS = Recommend OSS · open-source software intelligence for agents

orioledb/orioledb

OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) observed · 2026-08-28

github.com/orioledb/orioledb · homepage · C · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
orioledb/orioledbmain92

For agents

markdown · JSON · MCP: product_card(name="orioledb/orioledb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem