Expand description
In-memory write-ahead log for crash recovery of pending operations. In-memory write-ahead log for tracking pending operations. Enables crash recovery by replaying uncommitted operations on restart.
Structs§
- InMemory
Wal - In-memory write-ahead log with per-inode barrier/shared locking.
- WalEntry
- A single entry in the write-ahead log.
- WalGuard
- RAII guard that releases the WAL lock on drop.