Understanding Write-Ahead Logs: Durability Beyond the Flush
Apr 15, 2025 · 5 min read · Databases are a fundamental part of modern software architecture. Depending on the use case, we rely on different types — from relational databases like PostgreSQL to NoSQL systems like Cassandra, or even distributed log systems like Kafka. But have ...
Join discussion