|
WiscKey Database
Embedded LSM-Tree Key-Value Database
|
Files | |
| common.h | |
| memtable.h | |
| In-memory table of the records that have been modified most recently. | |
| sstable.h | |
| Non-volatile storage of the keys in the Database. | |
| value_log.h | |
| Log file of the key-value pairs. | |
| wal.h | |
| Write-Ahead Log for the keys and the value positions. | |