# etcd vs RocksDB

| Attribute | etcd | RocksDB |
|---|---|---|
| **Vioscale score** | 63.7 (44% (low)) | 61 (48% (low)) |
| activity.commits_last_30d | 96 | 72 |
| adoption.dependent_repos | 39,452 | 2,684 |
| adoption.github_stars | 52,178 | 32,011 |
| adoption.package_downloads_weekly | - | 1,832 |
| deployment.options | `{"self_hosted":true}` | `{"self_hosted":true}` |
| description.long | etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handles leader elections during network partitions and can tolerate machine failure. | An embeddable C++ database library optimized for high-performance storage and retrieval on flash drives and RAM, supporting workloads from application caching to multi-terabyte data storage with configurable write and read performance tradeoffs. |
| features.capabilities | `{"clustering":"consensus","deployment":"self_hosted","consistency":"strong","persistence":"append_log","eviction_ttl":true,"storage_tier":"persistent","licence_class":"permissive","wire_protocol":"grpc","pubsub_streams":true,"data_structures":"rich_types","redis_api_compat":"none"}` | `{"clustering":"single_node","deployment":"embedded","consistency":"strong","persistence":"append_log","storage_tier":"persistent","licence_class":"copyleft","multi_threaded":true,"data_structures":"kv_only"}` |
| integrations.count | 80 | - |
| integrations.list | `[{"name":"Kubernetes"},{"name":"Vitess"},{"name":"fleet"},{"name":"Docker"},{"name":"Puppet"},{"name":"confd"},{"name":"AWS ECS"},{"name":"SkyDNS"},{"name":"discodns"},{"name":"Hiera"},{"name":"Chef"},{"name":"BOSH"},{"name":"etcdctl"},{"name":"etcd-backup"},{"name":"etcd-dump"},{"name":"etcd-fs"},{"name":"etcd-browser"},{"name":"etcd-console"},{"name":"etcd-viewer"},{"name":"etcdtool"},{"name":"etcd-rest"},{"name":"etcdsh"},{"name":"etcdloadtest"},{"name":"etcd-workbench"},{"name":"Apache Celix"},{"name":"ZeroMQ"},{"name":"CoreOS"},{"name":"MySQL"},{"name":"GPG"}]` | - |
| language.primary | Go | C++ |
| license.spdx | Apache-2.0 | GPL-2.0 |
| platform.support | `{"cli":true}` | `{"linux":true}` |
| pricing | `{"type":"open_source","freeTier":false,"sourceUrl":"https://etcd.io","retrievedAt":"2026-08-14T16:38:34.813Z"}` | `{"type":"open_source","freeTier":true,"sourceUrl":"https://rocksdb.org","retrievedAt":"2026-08-14T21:39:20.137Z"}` |
| pricing.free_tier | no | yes |
| pricing.model | open_source | open_source |
| pricing.price_level | free | free |
| pricing.transparent | yes | - |
| release.cadence_days | - | 21 |
| release.history | `[{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.7.1","date":"2026-07-23T19:37:53Z","type":"stable","version":"v3.7.1"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.6.14","date":"2026-07-23T19:29:31Z","type":"stable","version":"v3.6.14"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.5.33","date":"2026-07-23T19:12:21Z","type":"stable","version":"v3.5.33"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.7.0","date":"2026-07-08T18:26:53Z","type":"stable","version":"v3.7.0"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.6.13","date":"2026-07-01T20:43:27Z","type":"stable","version":"v3.6.13"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.5.32","date":"2026-07-01T20:32:19Z","type":"stable","version":"v3.5.32"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.7.0-rc.0","date":"2026-06-01T21:27:32Z","type":"prerelease","version":"v3.7.0-rc.0"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.6.12","date":"2026-06-01T20:59:07Z","type":"stable","version":"v3.6.12"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.5.31","date":"2026-06-01T20:46:06Z","type":"stable","version":"v3.5.31"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.4.45","date":"2026-06-01T20:35:12Z","type":"stable","version":"v3.4.45"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.7.0-beta.0","date":"2026-05-19T20:02:08Z","type":"prerelease","version":"v3.7.0-beta.0"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.6.11","date":"2026-05-01T18:55:08Z","type":"stable","version":"v3.6.11"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.5.30","date":"2026-05-01T18:46:50Z","type":"stable","version":"v3.5.30"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.4.44","date":"2026-05-01T18:38:42Z","type":"stable","version":"v3.4.44"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.6.10","date":"2026-04-01T18:34:55Z","type":"stable","version":"v3.6.10"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.5.29","date":"2026-04-01T18:29:01Z","type":"stable","version":"v3.5.29"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.4.43","date":"2026-04-01T18:23:35Z","type":"stable","version":"v3.4.43"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.6.9","date":"2026-03-20T18:08:59Z","type":"stable","version":"v3.6.9"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.5.28","date":"2026-03-20T17:41:08Z","type":"stable","version":"v3.5.28"},{"url":"https://github.com/etcd-io/etcd/releases/tag/v3.4.42","date":"2026-03-20T17:04:27Z","type":"stable","version":"v3.4.42"}]` | `[{"url":"https://github.com/facebook/rocksdb/releases/tag/v11.8.1","date":"2026-08-07T17:30:50Z","type":"stable","version":"v11.8.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v11.1.2","date":"2026-06-25T01:05:56Z","type":"stable","version":"v11.1.2"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v11.1.1","date":"2026-04-29T21:42:29Z","type":"stable","version":"v11.1.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v11.0.4","date":"2026-04-07T22:14:36Z","type":"stable","version":"v11.0.4"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.10.1","date":"2026-02-02T19:07:20Z","type":"stable","version":"v10.10.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v8.11.5","date":"2026-01-21T17:25:14Z","type":"stable","version":"v8.11.5"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.9.1","date":"2026-01-06T03:41:23Z","type":"stable","version":"v10.9.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.8.3","date":"2026-01-06T03:36:05Z","type":"stable","version":"v10.8.3"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.7.5","date":"2025-10-22T21:41:35Z","type":"stable","version":"v10.7.5"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.6.2","date":"2025-10-22T17:48:16Z","type":"stable","version":"v10.6.2"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.5.1","date":"2025-08-11T15:38:38Z","type":"stable","version":"v10.5.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.4.2","date":"2025-07-11T00:32:43Z","type":"stable","version":"v10.4.2"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.2.1","date":"2025-04-29T21:06:48Z","type":"stable","version":"v10.2.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.1.3","date":"2025-04-14T20:50:23Z","type":"stable","version":"v10.1.3"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v9.11.2","date":"2025-03-29T21:45:52Z","type":"stable","version":"v9.11.2"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v10.0.1","date":"2025-03-31T18:29:41Z","type":"stable","version":"v10.0.1"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v9.10.0","date":"2025-01-02T18:31:00Z","type":"stable","version":"v9.10.0"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v9.9.3","date":"2024-12-17T18:06:55Z","type":"stable","version":"v9.9.3"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v9.8.4","date":"2024-12-03T21:25:53Z","type":"stable","version":"v9.8.4"},{"url":"https://github.com/facebook/rocksdb/releases/tag/v9.7.4","date":"2024-11-01T16:39:27Z","type":"stable","version":"v9.7.4"}]` |
| reliability.status_page | - | yes |
| security.scorecard | 6.7 | 7.1 |
| security.vulnerabilities | `{"count":8,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=go&package_name=go.etcd.io%2Fetcd&per_page=100","last_12m":3,"max_severity":"HIGH"}` | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=maven&package_name=org.rocksdb%3Arocksdbjni&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Key-Value Stores)

| Capability | etcd | RocksDB |
|---|:--:|:--:|
| **Storage** |  |  |
| Storage tier | Persistent | Persistent |
| Persistence | Append-only log | Append-only log |
| Data structures | Rich types | KV-only |
| **Protocol** |  |  |
| Wire protocol | gRPC | - |
| **Distribution** |  |  |
| Clustering | Consensus (Raft) | Single-node |
| Consistency | Strong | Strong |
| **Ops** |  |  |
| Eviction / TTL policies | ✓ | - |
| Multi-threaded | - | ✓ |
| Pub/Sub / streams | ✓ | - |
| Transactions / atomic ops | - | - |
| **Deployment** |  |  |
| Deployment | Self-hosted | Embedded |
| **Licensing** |  |  |
| Licence class | Permissive OSS | Copyleft |
| **Compatibility** |  |  |
| Redis API compatibility | None | - |

*Source: Vioscale. Generated 2026-09-01T16:38:38.098Z. "-" = undocumented, not absent.*
