|
WiscKey Database
Embedded LSM-Tree Key-Value Database
|
Single Record in a SSTable. More...
#include <sstable.h>
Data Fields | |
| char * | key |
| Key of the record. | |
| size_t | key_len |
| Length of they key. | |
| int64_t | value_loc |
| Location of the value in the ValueLog. | |
Single Record in a SSTable.
Each SSTableRecord holds the key and the position of the record in the ValueLog.