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

Write-Ahead Log(WAL) of the Database. More...

#include <wal.h>

Data Fields

FILE * file
 The file that the WAL writes the keys to.
 
char * path
 The path of the WAL file.
 

Detailed Description

Write-Ahead Log(WAL) of the Database.

The WAL holds a running log of the operations that were applied to the MemTable. When the database restarts, the WAL is replayed to recover the MemTable.


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