Skip to content

RocksDB Extensions

mrambacher edited this page Jul 14, 2021 · 2 revisions

Overview

RocksDB provides several classes that are extensible where alternative implementations may be used. For example, there are multiple implementations of a TableFactory (BlockBased, Plain, Cuckoo) and a Comparator (Bytewise, ReverseBitewise) in the core RocksDB distribution. Several other classes also provide alternative implementations.

Developing RocksDB Extensions

Using RocksDB Extensions

Contents

Clone this wiki locally