Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 174 Bytes

File metadata and controls

7 lines (5 loc) · 174 Bytes

CAP Theroy

  1. A -> Availability (Always able to read & write)
  2. P -> Partition tolerance (Node)
  3. C -> Consistence (All nodes returns latest data)

CAP