MCPcopy Create free account
hub / github.com/adambcomer/database-engine / WAL

Class WAL

src/wal.rs:15–18  ·  view source on GitHub ↗

Write Ahead Log(WAL) An append-only file that holds the operations performed on the MemTable. The WAL is intended for recovery of the MemTable when the server is shutdown.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected