QuantaDB is an experimental key-value database focused on predictable routing, compact protocol design and low-latency operation.
Design
The protocol uses TCP framing with multiplexed requests and a maximum request size of 128 KiB.
Operations
The initial command set includes GET, PUT, DELETE, EXISTS, PING and UPDATE.
Routing
Keys are distributed across shards using CRC32C-based routing.
The design target is simple: keep the data path small, measurable and predictable.