Rocksdb
Visit ToolRocksDB is a library that provides an embeddable, persistent key-value store for fast storage. It is designed for flash and RAM storage, offering multi-threaded compactions for large datasets.
At a glance
Trending
RocksDB is a library that provides an embeddable, persistent key-value store for fast storage. It is designed for flash and RAM storage, offering multi-threaded compactions for large datasets.
Trending
About
RocksDB is a high-performance, embeddable, persistent key-value store library developed and maintained by the Facebook Database Engineering Team. Built upon the foundational work of LevelDB, it is specifically optimized for modern hardware like flash drives and RAM. Its Log-Structured-Merge-Database (LSM) design allows for flexible tradeoffs between Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF), and Space-Amplification-Factor (SAF). A key differentiator is its multi-threaded compaction capability, making it highly suitable for managing and storing multiple terabytes of data within a single database instance. RocksDB provides a robust solution for developers needing fast, scalable, and persistent data storage within their applications.
Capabilities
Pricing & Plans
Open Source
Free
FAQs
Trending