voidDB

MMAP OLTP

voidDB is an embedded key/value DBMS that uses memory-mapped files to manage memory.

Data Model

Key/Value

Indexes

B+Tree

Query Interface

Custom API

System Architecture

Embedded