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原理和BASE思想
- CAP 定理的含義
- CAP定理的缺點
- 什麼是CAP定理?
- cap理論賞析
- CAP理論之思考
- 4.9 CAP和BASE理論
- 架構思想之CAP原理架構
- 正確理解CAP理論
- 閒聊CAP、BASE與XA
- 分散式理論(一) - CAP定理分散式
- 分散式系統CAP定理教程分散式
- CAP 與 Raft 相關知識Raft
- 遠端sudo與cap_setpcapPCA
- EureKa與ZooKeeper的CAP原則分析
- 分散式系統的 CAP 理論分散式
- 【分散式】CAP理論及其應用分散式
- 通過 bilibili 的 discovery 理解下 cap
- 分散式設計理論之CAP分散式
- 一張圖完美解釋CAP定理
- 看完這篇,保證讓你真正明白:分散式系統的CAP理論、CAP如何三選二分散式
- 「系統架構」CAP定理的含義架構
- [20191111]完善bind_cap.sql指令碼.txtSQL指令碼
- 架構師都該懂的 CAP 定理架構
- [20221208]完善bind_cap.sql指令碼.txtSQL指令碼
- CAP理論—最通俗易懂的解釋
- 分散式系統理論基礎2 :CAP分散式
- 淺談 CAP 和 Paxos 共識演算法演算法
- 分散式系統中的CAP、ACID、BASE概念分散式
- 分散式系統:CAP 理論的前世今生分散式
- 分散式系統之CAP理論雜記分散式
- [20221208]完善bind_cap_awr.sql指令碼.txtSQL指令碼
- 分散式事務及其CAP和base理論分散式
- Linux下分散式系統以及CAP理論分析Linux分散式
- 分散式從 ACID、CAP、BASE 的理論推進分散式
- 10分鐘瞭解分散式CAP、BASE理論分散式
- 奈學乾貨分享:分散式CAP實踐分析分散式