Posts tagged: wal
- Write-Ahead Logging and Database Durability
2026-04-21 18:30 MDT
Write-ahead logging is the mechanism behind crash safety in almost every serious storage system. This post explains how it works from first principles, and how PostgreSQL, SQLite, RocksDB, and etcd each implement the same core idea.
Read more →