Loading page…
A durability technique where changes are appended to a sequential log before being applied to the main data structures.
PostgreSQL's WAL, SQLite's journal modes, and every LSM store rely on write-ahead logging plus fsync ordering for crash recovery.