bytedance/terarkdb
A RocksDB compatible KV storage engine with better performance observed · 2026-08-28
Health v2 · maintenance only
64/100
- Activity 92
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2091
- days_rel: n/a
- days_push: 51
- n_releases_24m: 0
Adoption not part of the score
2153 stars · 213 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TerarkDB is a RocksDB-compatible embedded key-value storage engine forked from RocksDB v5.18.3, offering improved tail latency, throughput, and compression. It can be used as a drop-in replacement for RocksDB in C/C++ applications on Linux.
Use cases
- replace rocksdb with a faster kv store
- reduce tail latency in embedded key-value storage
- migrate existing rocksdb data to a better engine
- improve compression for large-value workloads
- embed a high-performance storage engine in a c++ application
When to choose
- you already use RocksDB on Linux and want better performance without changing your API
- your workload is read-heavy or write-heavy with large values and needs lower tail latency
- you want better compression in an embedded KV store
When to avoid
- you need production support on platforms other than Linux
- you need language bindings beyond C/C++
- you may need to migrate data back to RocksDB, which is not supported
Facets
library · maturity maintenance
database caching compression databases developer-tools performance cpp c kv-storage rocksdb-fork lsmtree storage-engine embedded-database linux
1 source
- readme: https://github.com/bytedance/terarkdb · fetched 2026-08-28 · d998f195f43a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bytedance/terarkdb | main | 64 |
For agents
markdown · JSON · MCP: product_card(name="bytedance/terarkdb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem