What Is A Write-ahead Log?
Answers
Answered by
0
In computer science, write-ahead logging (WAL) is a family of techniques for providing atomicity and durability (two of the ACID properties) in database systems. ... In a system using WAL, all modifications are written to a log before they are applied. Usually both redo and undo information is stored in the log.
Similar questions