Consistency in State/Memory Manipulation – CC
The CAP theorem states that in a distributed system, it is impossible to achieve Consistency, Availability, and Partition tolerance simultaneously. A system can only guarantee two out of these three properties. Consistency refers to ensuring all nodes see the same data after a write operation.
ScyllaDB Glossary: CAP Theorem
IBM Article: What is the CAP Theorem?
Parallel Computing Consistency Explained – Information Document