WiscKey Database
Embedded LSM-Tree Key-Value Database
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 CMemTableMemTable of the Database
 CMemTableRecordSingle Record in the MemTable
 CSSTableOn-disk String-Sorted Table(SSTable) of the keys
 CSSTableRecordSingle Record in a SSTable
 CValueLogValue Log of the Database
 CWALWrite-Ahead Log(WAL) of the Database
 CWiscKeyDB