CAP
In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer scientist Eric Brewer, states that it is impossible for a distributed data store to simultaneously provide more than two out of the following three guarantees:
- Consistency: Every read receives the most recent write or an error
- Availability: Every request receives a (non-error) response – without the guarantee that it contains the most recent write
- Partition tolerance: The system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes
In particular, the CAP theorem implies that in the presence of a network partition, one has to choose between consistency and availability. Note that consistency as defined in the CAP theorem is quite different from the consistency guaranteed in ACIDdatabase transactions.
相關文章
- CAP理論
- 什麼是CAP定理?
- CAP定理的缺點
- CAP理論之思考
- CAP原理和BASE思想
- CAP 定理的含義
- cap理論賞析
- 閒聊CAP、BASE與XA
- 4.9 CAP和BASE理論
- 架構思想之CAP原理架構
- 正確理解CAP理論
- CAP 與 Raft 相關知識Raft
- 分散式系統CAP定理教程分散式
- 遠端sudo與cap_setpcapPCA
- 分散式理論(一) - CAP定理分散式
- 分散式設計理論之CAP分散式
- EureKa與ZooKeeper的CAP原則分析
- 分散式系統的 CAP 理論分散式
- 通過 bilibili 的 discovery 理解下 cap
- 【分散式】CAP理論及其應用分散式
- 一張圖完美解釋CAP定理
- 看完這篇,保證讓你真正明白:分散式系統的CAP理論、CAP如何三選二分散式
- [20221208]完善bind_cap.sql指令碼.txtSQL指令碼
- [20191111]完善bind_cap.sql指令碼.txtSQL指令碼
- 架構師都該懂的 CAP 定理架構
- 「系統架構」CAP定理的含義架構
- [20221208]完善bind_cap_awr.sql指令碼.txtSQL指令碼
- 分散式系統理論基礎2 :CAP分散式
- 淺談 CAP 和 Paxos 共識演算法演算法
- 分散式系統中的CAP、ACID、BASE概念分散式
- 分散式系統:CAP 理論的前世今生分散式
- 分散式事務及其CAP和base理論分散式
- CAP理論—最通俗易懂的解釋
- 分散式系統之CAP理論雜記分散式
- 分散式必備理論基礎:CAP和BASE分散式
- 談談從CAP定理到Lambda架構的演化架構
- 六西格瑪培訓講師淺談CAP
- 分散式從 ACID、CAP、BASE 的理論推進分散式