Konubinix' opinionated web of thoughts

CAP Theorem

Fleeting

CAP theorem

  • Consistency Every read receives the most recent write or an error.
  • Availability Every request receives a (non-error) response, without the guarantee that it contains the most recent write.
  • Partition tolerance The system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes

https://en.wikipedia.org/wiki/CAP_theorem

can only provide two of the following three guarantees

https://en.wikipedia.org/wiki/CAP_theorem

Notes pointant ici