RocksDB is an embedded database using key-value data, and is developed by Facebook for high performance purposes. RocksDB is forked from LevelDB, which was developed by Google to exploit the best performance of many CPU cores as well as fast storage like SSD for I/O bound workloads. Based on a log-structured merge-tree
https://github.com/facebook/rocksdb/
https://github.com/facebook/rocksdb/wiki
2012
N/A