Redo Log
Everything on SkillVeris tagged Redo Log — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
How Does the Write-Ahead Log Enable Crash Recovery?
The write-ahead log enables crash recovery because, on restart, the database replays log records to redo committed changes that never made it to data pages, th…
Redo Log vs Undo Log: What is the Difference?
A redo log records the new value produced by a change so committed effects can be reapplied after a crash, while an undo log records the old value that existed…