#databases
Read more stories on Hashnode
Articles with this tag
This section is all about author's speculations about the future of data systems. Martin Klepmann: The goal of data integration is to make sure that...
This chapter is all about building fault tolerant distributed systems. We will look at tow measures for these - Consistency and consensus. Consensus...
This chapter starts with understanding of transactions by explaining the guarantees it provides ACID Atomicity - The ability to abort a transaction on...
As discussed in Replication , Partitioning is needed for scalable system We will look at the various partitioning strategies with an example of...
I highly recommend the book Designing Data Intensive Applications by Martin Kleppmann. This blog is about my notes on this book. Each post will...