From e851161c46d1ea1cfd78c045e1da74f9e3a28434 Mon Sep 17 00:00:00 2001 From: martins3 Date: Tue, 9 Feb 2021 00:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=87=E7=82=B9=E7=AC=94?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/system-design/distributed-system/BASE理论.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/system-design/distributed-system/BASE理论.md b/docs/system-design/distributed-system/BASE理论.md index 61bc81c7..0a0bd06f 100644 --- a/docs/system-design/distributed-system/BASE理论.md +++ b/docs/system-design/distributed-system/BASE理论.md @@ -49,10 +49,10 @@ CAP 理论这节我们也说过了: > > 2. **弱一致性** :不一定可以读取到最新写入的值,也不保证多少时间之后读取到的数据是最新的,只是会尽量保证某个时刻达到数据一致的状态。 > -> 3. **最终一致性** :弱一致性的升级版。,系统会保证在一定时间内达到数据一致的状态, +> 3. **最终一致性** :弱一致性的升级版,系统会保证在一定时间内达到数据一致的状态。 > > **业界比较推崇是最终一致性级别,但是某些对数据一致要求十分严格的场景比如银行转账还是要保证强一致性。** ### 总结 -**ACID 是数据库事务完整性的理论,CAP 是分布式系统设计理论,BASE 是 CAP 理论中 AP 方案的延伸。** \ No newline at end of file +**ACID 是数据库事务完整性的理论,CAP 是分布式系统设计理论,BASE 是 CAP 理论中 AP 方案的延伸。**