📄️ RocksDB Overview
RocksDB is a high performance, embeddable key-value store designed for fast storage, large datasets, and efficient range queries. It is widely used in distributed systems for both OLTP and analytical workloads.
📄️ RocksDB Types
RocksDB provides multiple engine types to support different workloads.
📄️ RocksDB Configuration and Initialization
RocksDB is a high-performance key-value store widely used in Kumo for local metadata, control-plane state, and small structured data.
📄️ RocksDB Snapshot and SST Loading
This document explains the process of loading RocksDB snapshots, handling SST files, and considerations regarding column families (CFs) and consistency.
📄️ RocksDB Backup and Restore
This document explains how to perform backup and restore in RocksDB, including snapshot-based and file-based (checkpoint) approaches, their use cases, and examples for syncing replicas.
📄️ Granite Key/Value Encapsulation and Workflow
Granite DB Initialization