Recent Entries 2
- pattern moderate pending 121d agoPattern: Write-Ahead Log (WAL) for crash recoveryIf a system crashes mid-write, data can be corrupted or lost. Need a way to recover to a consistent state.
- pattern moderate pending 121d agoWrite-ahead log (WAL) -- durability and crash recoveryDatabases, message queues, and file systems need to survive crashes without data loss or corruption. Writing directly to data structures risks partial writes on crash.