AdvancedVocabulary#backend#algorithms#distributed-systems

Write-Ahead Logging Vocabulary

Learn the vocabulary of logging intended changes durably before applying them to data pages so a crash can be safely replayed.

0 / 5 completed
1 / 5
A teammate explains that a database appends every intended change to a sequential log file and forces it to durable storage before applying that change to the actual data pages, so a crash mid-update can be replayed from the log instead of corrupting the data. What technique is being described?