← Back to Labs
Write-ahead log lifecycle
Run transactions, commit, checkpoint, crash, and recover. Watch the WAL make durability work.
LSN 0idle
Start a transaction, update a page, commit. Watch records flow from the log buffer, to the disk log, and eventually to the data files after a checkpoint.
Shortcuts: B begin · 1-6 update · C commit · K checkpoint · Q crash · R recover · X reset
Tap buttons to run the lifecycle.