WiscKey Database
Embedded LSM-Tree Key-Value Database
Loading...
Searching...
No Matches
MemTableRecord Struct Reference

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.
 

Detailed Description

Single Record in the MemTable.

Each MemTableRecord holds the key and the position of the record in the ValueLog.


The documentation for this struct was generated from the following file: