File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/system-design/distributed-system Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ CAP 理论的提出者布鲁尔在提出 CAP 猜想的时候,并没有详细
26
26
27
27
因此,对于 CAP 的民间解读有很多,一般比较被大家推荐的是下面 👇 这种版本的解。
28
28
29
- 在理论计算机科学中,CAP 定理(CAP theorem)指出对于一个分布式系统来说,当设计读写操作时,只能能同时满足以下三点中的两个 :
29
+ 在理论计算机科学中,CAP 定理(CAP theorem)指出对于一个分布式系统来说,当设计读写操作时,只能同时满足以下三点中的两个 :
30
30
31
31
- ** 一致性(Consistence)** : 所有节点访问同一份最新的数据副本
32
32
- ** 可用性(Availability)** : 非故障的节点在合理的时间内返回合理的响应(不是错误或者超时的响应)。
@@ -84,4 +84,4 @@ CAP 理论的提出者布鲁尔在提出 CAP 猜想的时候,并没有详细
84
84
85
85
1 . [ CAP 定理简化] ( https://medium.com/@ravindraprasad/cap-theorem-simplified-28499a67eab4 ) (英文,有趣的案例)
86
86
2 . [ 神一样的 CAP 理论被应用在何方] ( https://juejin.im/post/6844903936718012430 ) (中文,列举了很多实际的例子)
87
- 3 . [ 请停止呼叫数据库 CP 或 AP ] ( https://martin.kleppmann.com/2015/05/11/please-stop-calling-databases-cp-or-ap.html ) (英文,带给你不一样的思考)
87
+ 3 . [ 请停止呼叫数据库 CP 或 AP ] ( https://martin.kleppmann.com/2015/05/11/please-stop-calling-databases-cp-or-ap.html ) (英文,带给你不一样的思考)
You can’t perform that action at this time.
0 commit comments