Expand description
Append-only write-ahead log for committed state snapshots.
A frame is considered committed only after its complete header, payload, and checksums have reached the WAL file. Recovery accepts valid complete frames and repairs and ignores an incomplete final frame, which is the normal result of a killed process during append.
Structs§
Constants§
- MAX_
WAL_ BYTES - Maximum total WAL size before callers must checkpoint.