Explan Write-Ahead Log (WAL) Protocol.
Answers
Answered by
0
Write-Ahead Log is a family of techniques for providing atomicity and durability in database systems.
ARIES is a popular algorithm in the WAL family.
In WAL Protocol, all modifications are written to a log before they are applied.
Usually, both redo and undo information is stored in the log.
Similar questions