Persistent Key-Value Store for Flash and RAM Storage
developed and maintained by Facebook Database Engineering Team
built on earlier work on LevelDB
RocksDB Usages
GitHub - facebook/rocksdb: A library that provides an embeddable, persistent key-value store for fast storage.
RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on LevelDB by Sanjay Ghemawat ( sanjay@google.com) and Jeff Dean ( jeff@google.com) This code is a library that forms the core building block for a fast key-value server, especially suited for storing data on flash drives.
https://github.com/facebook/rocksdb/
RocksDB | A persistent key-value store
RocksDB is an embeddable persistent key-value store for fast storage.
https://rocksdb.org/


Seonglae Cho