Update CAP理论和BASE理论.md
This commit is contained in:
parent
cd93db395c
commit
b85aac37da
@ -12,7 +12,7 @@
|
||||
|
||||
#### 2. 可用性
|
||||
|
||||
可以性是指系统提供的服务必须一直处于可用状态,对于用户的每一个操作请求总是能够在有限的时间内返回结果。它主要强调以下两点:
|
||||
可用性是指系统提供的服务必须一直处于可用状态,对于用户的每一个操作请求总是能够在有限的时间内返回结果。它主要强调以下两点:
|
||||
|
||||
+ **有限的时间内**:对于用户的一个请求操作,系统必须要在指定的时间内返回处理结果,如果超过这个时间,那么系统就被认为是不可用的。
|
||||
+ **返回结果**:不论成功或者失败,都需要明确地返回响应结果。
|
||||
@ -79,4 +79,4 @@ BASE是对基本可用(Basically Available)、软状态( Soft State)、
|
||||
|
||||
## 参考资料
|
||||
|
||||
主要摘录自:倪超 . 从 Paxos 到 Zookeeper——分布式一致性原理与实践 . 电子工业出版社 . 2015-02-01
|
||||
主要摘录自:倪超 . 从 Paxos 到 Zookeeper——分布式一致性原理与实践 . 电子工业出版社 . 2015-02-01
|
||||
|
Loading…
x
Reference in New Issue
Block a user