Write-Ahead Logging

From GM-RKB
(Redirected from write-ahead logging)
Jump to navigation Jump to search

A Write-Ahead Logging is a database recovery technique that records database changes to a log file before applying them to database files to ensure transaction durability and crash recovery.