Crate lsmdb

Source
Expand description

ยงlsmdb

lsmdb is an efficient storage engine that implements the Log-Structured Merge Tree (LSM-Tree) data structure, designed specifically for handling key-value pairs.


Author: Nrishinghananda Roy

Modulesยง

api
lsmdb API
memtable ๐Ÿ”’
MemTable
sst ๐Ÿ”’
write_ahead_log ๐Ÿ”’
Write-Ahead Log (WAL)