Quorum - CI/CD用語集の定義
Quorum とは、ある操作がコミット済みとみなされるために確認応答する必要があるクラスタ内のノードの最小数です。重なり合う読み取りquorumと書き込みquorum (R + W > N) は、読み取りが最新の書き込みを確実に見ることを保証します。
関連ガイド
Consensus - CI/CD Glossary DefinitionConsensus is the problem of getting distributed nodes to agree on a single value despite failures; Raft and P…
Leader Election - CI/CD Glossary DefinitionLeader election is how a cluster picks one node to coordinate writes or decisions, and re-elects a new one wh…
Eventual Consistency - CI/CD Glossary DefinitionEventual consistency means replicas may briefly disagree after a write but converge to the same value over ti…