Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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. Wikipedia defines this 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 state state rather than the actual state of the system.

...