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
- Website
- https://rocksdb.org/[01]
- Source Code
- https://github.com/facebook/rocksdb[02]
- Developer
- Country of Origin
- US
- Start Year
- 2012
- Former Name
- N/A
- Project Type
- Open Source
- Derived From
- LevelDB
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
Citations
3 sources
Revision #5
Last Updated: