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)