|
WiscKey Database
Embedded LSM-Tree Key-Value Database
|
Single Record in the MemTable. More...
#include <memtable.h>
Data Fields | |
| char * | key |
| The key of the record. | |
| size_t | key_len |
| The length of the key. | |
| int64_t | value_loc |
| The location of the value in the ValueLog. | |
Single Record in the MemTable.
Each MemTableRecord holds the key and the position of the record in the ValueLog.