Decoding Consistency - The C in ACID
Source: https://arpitbhayani.me/blogs/consistency Date: 2021-07-02
Understand database consistency (the "C" in ACID) and its importance. Learn how databases maintain data correctness through rules and constraints.
In this short essay, we dive deep and understand the “C” in ACID - Consistency.
In this quick read, we will take a detailed look into Consistency, understand its importance, functioning, and how the database implements it.
What is Consistency?
In the context of databases, Consistency is Correctness, which means that under no circumstance will the data lose its correctness.
