6 comments

[ 2.9 ms ] story [ 25.9 ms ] thread
Has been using it in production for quite a long time now, wrote my own key-value store server running on top of RocksDB. I hope somebody writes a good and stable key value store server, I tried using ardb (https://github.com/yinqiwen/ardb) but was not happy with it's memory consumption.
https://github.com/pingcap/tikv stores consensus state in RocksDB. > With the implementation of the Raft consensus algorithm in Rust and consensus state stored in RocksDB, it guarantees data consistency.
(comment deleted)