CAP Theorem
資料來源
CAP Theorem @ ByteByteGo
TL;DR
C (Consistency)
- No matter which node they connect to, all clients view the same data at the same time.
A (Availability)
- The capacity of a system to react to user requests at any time
P (Partition Tolerance)
- The ability of a system to continue working even if a network partition occurs.