Transaction Log
Everything on SkillVeris tagged Transaction Log — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Point-in-Time Recovery (PITR)?
Point-in-time recovery restores a database to its exact state at a specific past moment by combining a full backup with the replay of transaction logs up to th…
What is a Write-Ahead Log (WAL) and Why Do Databases Use One?
A write-ahead log (WAL) is a durability mechanism where the database records every change as a sequential log entry on stable storage before it modifies the ac…