Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

๐Ÿ“– Carolopedia โ€บ Write-ahead logGuide page

Write-ahead log

Concept a word Carolverse uses with a precise meaning

๐Ÿ“–What it means

A side file a database writes changes into before folding them into the main file. It makes writes safe under concurrency, but a copy taken without it can silently lose committed data โ€” which is why a backup must account for it.

โš–๏ธWhat it is NOT

The neighbours this word is most often confused with, and the line between them.

Not: Backup

The write-ahead log is part of the LIVE database; a backup that ignores it is incomplete.

๐Ÿ—ฃ๏ธAlso called

WALjournalside file

๐Ÿ”—Related ideas

BackupCanonical