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

MemTable of the Database. More...

#include <memtable.h>

Collaboration diagram for MemTable:
[legend]

Data Fields

struct MemTableRecordrecords [MEMTABLE_SIZE]
 Array of records sorted by key.
 
size_t size
 The number of records filled in records.
 

Detailed Description

MemTable of the Database.

In-memory table of the records that have been modified most recently. At any given time, there is only one active MemTable in the database engine. The MemTable is always the first store to be searched when a key-value pair is requested.


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