- Author: Martin Kleppmann
- Genre: Tech / Architecture
Overview
This is a no-nonsense guide to the architecture of data systems, breaking down how databases, caches, and message brokers work under the hood. It doesn't push a single tool, but instead gives you the trade-offs between different storage engines and distributed system patterns.
Plotline & Key Takeaways
The book walks through the complexities of data storage, processing, and consensus in distributed networks. It explains why building reliable systems is so hard when networks partition, clocks drift, and nodes fail without warning. The big takeaway is that there isn't a magic database that fits every job; you have to understand your specific write-heavy or read-heavy workloads to pick the right architecture.