MemDB
, VersionDB
, and memory-mapped storage (mmap
) to dramatically improve its throughput.
MemDB
and VersionDB
via mmap
mmap
(memory-mapped file access):
mmap
, enabling fast and deterministic lookups.mmap
access with smart state tiering, Stable can significantly reduce the DB read/write latency during block execution.