- A family of techniques for providing atomicity and durability (two of the ACID properties) in database systems. A write-ahead log is an append-only auxiliary disk-resident structure used for crash and transaction recovery. Changes are first recorded in a log, which must be written to stable storage, before the changes are written to the database. ← Wikipedia
- Related terms: Logging, Log file, Atomicity, consistency, isolation, durability, Ahead-of-time compilation
- Previous term: Write once, run anywhere
- Next term: writing-mode
- Random term: PHP (webglossary.info/random 🎲)