Parvesh Sainiparveshsaini.hashnode.dev·Jun 20, 2024CAP Theorem ExplainedIntroduction So, you’ve decided to plunge into the wild world of distributed systems. Naturally, you might think, "Why not aim for perfection and nail all three critical factors: Consistency, Availability, and Partition Tolerance?" After all, who wou...Discuss·2 likesSystem Design
Rahul Pooniarahulpoonia.hashnode.dev·May 15, 2024CAP Theorem and its limitation!Distributed data systems are the reality of modern applications. Gone are the days when a single database server instance would be enough to serve all the needs. The proliferation of internet across the world with billions of users make applications ...DiscussDatabases
Manupuri Nithinnithinmanupuri.hashnode.dev·Apr 2, 2024CAP Theoremwhat is Consistency? Consistency refers to the property of maintaining a consistent state across all nodes or replicas in a distributed system. When a user performs an update operation on one node, the changes are propagated to all replication nodes ...DiscussCAP
amschelamschel.hashnode.dev·Jan 15, 2023Database TransactionsACID transactions, BASE transactions and the CAP theorem. ACID transactions are a set of properties that guarantee that database transactions are processed reliably. The acronym "ACID" stands for: Atomicity: This property guarantees that all the oper...DiscussDatabases
Pintupintub.hashnode.dev·Nov 4, 2022ACID, CAP, BASE in Database ModelWe often come across terms like ACID, CAP, BASE. It will be easier to understand these terms by comparing their purpose and demystifying the each letter in acronyms. Let's start with ACID In ACID, a transaction is characterised by four properties. SQ...DiscussCAP