Qortora · Search · Indexed page

rocksdb.orgFetched 2026-08-17T08:42:25Z

RocksDB | A persistent key-value store

RocksDB is an embeddable persistent key-value store for fast storage.

Open original source · Full cached text

RocksDB | A persistent key-value store | RocksDB RocksDB Docs GitHub API (C++) API (Java) Support Blog Facebook Docs GitHub API (C++) API (Java) Support Blog Facebook A persistent key-value store for fast storage environments RocksDB is an embeddable persistent key-value store for fast storage. Get Started Features High Performance RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. Keys and values are just arbitrarily-sized byte streams. Optimized for Fast Storage RocksDB is optimized for fast, low latency storage such as flash drives and high-speed disk drives. RocksDB exploits the full potential of high read/write rates offered by flash or RAM. Adaptable RocksDB is adaptable to different workloads. From database storage engines such as MyRocks to application data caching to embedded workloads, RocksDB can be used for a variety of data needs. Basic and Advanced Database Operations RocksDB provides basic operations such as opening and closing a database, reading and writing to more advanced operations such as merging and compaction filters. Meta Open Source GitHub Twitter Terms of Use Privacy Policy Copyright © 2022 Meta Platforms, Inc.