Skip to content

Commit

Permalink
Update 01-微服务概述.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zxyle authored Apr 20, 2020
1 parent 6faa9d0 commit 3cb1d21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 06-微服务/01-微服务概述.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- 微服务层

分布式数据库CAP原理
-C:consistency每次总是能够读到最近写入的数据或者失败
-A:available每次请求都能够读到数据
-P:partition tolerance系统能够继续工作不管任意个消息由于网络原因失败
- C:consistency每次总是能够读到最近写入的数据或者失败
- A:available每次请求都能够读到数据
- P:partition tolerance系统能够继续工作不管任意个消息由于网络原因失败
目前只能保证CP或者AP

0 comments on commit 3cb1d21

Please sign in to comment.