AdvancedVocabulary#backend#architecture#developer-tools

Write-Ahead Log Vocabulary

Learn the vocabulary of guaranteeing a database change survives a crash before it's applied.

0 / 5 completed
1 / 5
At standup, a dev mentions that a database records every change to an append-only log on durable storage before applying that change to its actual data files. What is this durability mechanism called?