...
Consistency - The same request returns the same data at T1 and T2 if there were no writes between T1 and T2. Basically, all reads see all previously completed writes.
- Availability - blah
- Partition Tolerance - blah
Note |
---|
Wikipedia defines |
...
Consistency as all nodes see the same data at the same time, but that is incorrect because the CAP Theorem is defined in terms of the observed rather than actual state of the system. |
...
What is Optimistic Availability?
...