From 48f6c2a049b2b1823af155ac894ce9ed664ba626 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Wed, 16 Feb 2022 08:52:07 -0800 Subject: [PATCH] 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 --- USERS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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). -