DistributedSQL - Santhi's Blog

Distributed ACID Transactions

ACID means Atomicity, Consistency, Isolation and Durability.  Let’s look at each of these properties below Atomicity – Each transaction is all or nothing Consistency – Data should be valid according to all defined rules & remains in consistent state Isolation – Transactions don’t affect each other Durability – Committed data would not be lost, even

Distributed SQL Basics

In this article, we will look at the basics of Distributed SQL. In 2012, Google’s spanner has coined the concept of Distributed SQL databases. What is Distributed SQL? Its single relational database deployed on a cluster of network servers. It automatically replicates and distributes data among the server nodes. It is strongly consistent and provides