vix.ing · top · new · best · stats · spec

A Critique of the CAP Theorem

2015/09/17 by Martin Kleppmann, Kleppmann, Martin · 3 voices · 3 citations
Computer Science · #Cloud Computing and Resource Management #Distributed systems and fault tolerance #Software System Performance and Reliability #cs.DB #cs.DC

paper · pdf · doi:10.48550/arxiv.1509.05393

openalex publication_date 2015/09/17 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The CAP Theorem is a frequently cited impossibility result in distributed systems, especially among NoSQL distributed databases. In this paper we survey some of the confusion about the meaning of CAP, including inconsistencies and ambiguities in its definitions, and we highlight some problems in its formalization. CAP is often interpreted as proof that eventually consistent databases have better availability properties than strongly consistent databases; although there is some truth in this, we show that more careful reasoning is required. These problems cast doubt on the utility of CAP as a tool for reasoning about trade-offs in practical systems. As alternative to CAP, we propose a "delay-sensitivity" framework, which analyzes the sensitivity of operation latency to network delay, and which may help practitioners reason about the trade-offs between consistency guarantees and tolerance of network faults.

Cited by

Discussions

Related