Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
๐ Carolopedia โบ Write-ahead logGuide page
๐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