summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorYueh-Hsuan Chiang <yueh-hsuan@solana.com>2022-02-16 08:52:07 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2022-02-16 09:23:01 -0800
commit48f6c2a049b2b1823af155ac894ce9ed664ba626 (patch)
tree44e15d393858698f5a07575d23f46f6837c88a4d /USERS.md
parent8c681087c79744f02692fc736ad501d173540527 (diff)
Add Solana's RocksDB use case in USERS.md (#9558)
Summary: Add Solana's RocksDB use case in USERS.md. Solana is a fast, secure, scalable, and decentralized blockchain. It uses RocksDB as the underlying storage for its ledger store. github: https://github.com/solana-labs/solana Pull Request resolved: https://github.com/facebook/rocksdb/pull/9558 Reviewed By: jay-zhuang Differential Revision: D34249087 Pulled By: riversand963 fbshipit-source-id: 7524eff4952e2676e8520ac491ffb6a686fb4d7e
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/USERS.md b/USERS.md
index bc83ed148..be42b9b0c 100644
--- a/USERS.md
+++ b/USERS.md
@@ -121,6 +121,8 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
## Kafka
[Kafka](https://kafka.apache.org/) is an open-source distributed event streaming platform, it uses RocksDB to store state in Kafka Streams: https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/.
+## Solana Labs
+[Solana](https://github.com/solana-labs/solana) is a fast, secure, scalable, and decentralized blockchain. It uses RocksDB as the underlying storage for its ledger store.
+
## Others
More databases using RocksDB can be found at [dbdb.io](https://dbdb.io/browse?embeds=rocksdb).
-