Technical definition
Write-ahead log (WAL)
A durable record of database changes written before modified data pages are persisted.
What It Means
A write-ahead log supports crash recovery, replication, and point-in-time restoration by recording intended changes before the database updates its main storage files.