Skip to main content

Module wal

Module wal 

Source
Expand description

Write-Ahead Logging (WAL)

Minimal WAL implementation for the kernel. Provides durability guarantees for transactions.

Structs§

LogSequenceNumber
Log Sequence Number - unique identifier for WAL records
WalManager
WAL Manager
WalRecord
WAL record

Enums§

WalRecordType
WAL record types for kernel-level operations.