CAP Theorem

CAP theorem says that any distributed system can provide only two of the three guarantees

  • Consistency: All notes will return consistent or same data.
  • Availability: Every request receives a successful response
  • Partition Tolerance: There can be network failure between two nodes
https://en.wikipedia.org/wiki/CAP_theorem