Hacker News new | ask | show | jobs
by weitzj 2722 days ago
I highly recommended reading “Designing data intensive applications “ by Martin Kleppmann to get a thorough overview with lots of references. Reading this book is a timesaver compared to finding all these information across blog posts.

https://www.amazon.de/dp/1449373321/

1 comments

I couldn't agree more. What DDIA gives you, most of all, is context - why does replication (or partitioning, or horizontal scaling, or ACID) matter? A must read for any working programmer today.