Write-ahead logging

Home > Computer Science > Database Systems > ACID properties > Write-ahead logging

Write-ahead logging is a technique used by many database systems to ensure durability. It involves writing all changes to a log file before they are applied to the actual database.