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

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.
 

Detailed Description

Single Record in a SSTable.

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


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