Search Articles — Sudonull

Search Results

From the web

RocksDB | A persistent key-value store

https://rocksdb.org/

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

GitHub - facebook/rocksdb: A library that provides an embeddable ...

https://github.com/facebook/rocksdb/

A library that provides an embeddable, persistent key-value store for fast storage. - facebook/rocksdb

RocksDB - Wikipedia

https://en.wikipedia.org/wiki/RocksDB

RocksDB is a high performance [2][3][4][5][6] embedded database for key-value data. It is a fork of Google's LevelDB optimized to exploit multi-core processors (CPUs), and make efficient use of fast …

Getting started - RocksDB

https://rocksdb.org/docs/getting-started.html

Overview The RocksDB library provides a persistent key value store. Keys and values are arbitrary byte arrays. The keys are ordered within the key value store according to a user-specified comparator …

RocksDB Overview · facebook/rocksdb Wiki · GitHub

https://github.com/facebook/rocksdb/wiki/RocksDB-Overview

RocksDB started at Facebook as a storage engine for server workloads on various storage media, with the initial focus on fast storage (especially Flash storage). It is a C++ library to store keys and values, …

RocksDB - Database of Databases

https://dbdb.io/db/rocksdb

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 Fundamentals of RocksDB - getstream.io

https://getstream.io/blog/rocksdb-fundamentals/

Oct 16, 2024 · Delve into the innovative design principles behind RocksDB, exploring how its architecture enables it to excel in a variety of demanding environments.

facebook/rocksdb | DeepWiki

https://deepwiki.com/facebook/rocksdb

Jun 13, 2026 · RocksDB is a high-performance embedded persistent key-value store based on the Log-Structured Merge-tree (LSM) architecture. Originally developed by Facebook (now Meta) as a fork of …

RocksDB download | SourceForge.net

https://sourceforge.net/projects/rocksdb.mirror/

Jun 25, 2026 · Download RocksDB for free. A library with an embeddable, persistent key-value store for storage. RocksDB uses a log structured database engine, written entirely in C++, for maximum …

RocksDB Overview | TiDB Docs

https://docs.pingcap.com/tidb/stable/rocksdb-overview/

RocksDB is an LSM-tree storage engine that provides key-value store and read-write functions. It is developed by Facebook and based on LevelDB. Key-value pairs written by the user are firstly …

Trending Now