Skip to content
EntityQ627688· pop 11· linked from 22 articles

write-ahead logging

Sign in to save

Also known as WAL

technique for providing atomicity and durability in database systems, for crash and transaction recovery, by recording changes in a log written to stable storage before writing changes to the database

Connections

Categories