Skip to content

Commit e3da427

Browse files
author
anaer
authored
Update CAP理论.md
typo
1 parent cc5f281 commit e3da427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/system-design/distributed-system/CAP理论.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Guide哥当年参加面试的时候,不夸张地说,只要问到分布式相
2424

2525
CAP 理论的提出者布鲁尔在提出 CAP 猜想的时候,并没有详细定义 **Consistency****Availability****Partition Tolerance** 三个单词的明确定义。
2626

27-
因此,对于 CAP 的民间解读有很多,一般比较被大家推荐的是下面 👇 这种版本的解
27+
因此,对于 CAP 的民间解读有很多,一般比较被大家推荐的是下面 👇 这种版本的解读
2828

2929
在理论计算机科学中,CAP 定理(CAP theorem)指出对于一个分布式系统来说,当设计读写操作时,只能同时满足以下三点中的两个:
3030

31-
- **一致性(Consistence** : 所有节点访问同一份最新的数据副本
31+
- **一致性(Consistency** : 所有节点访问同一份最新的数据副本
3232
- **可用性(Availability)**: 非故障的节点在合理的时间内返回合理的响应(不是错误或者超时的响应)。
3333
- **分区容错性(Partition tolerance)** : 分布式系统出现网络分区的时候,仍然能够对外提供服务。
3434

0 commit comments

Comments
 (0)