Skip to content


CAP is broken, and it's time to replace it

A talk at Strange Loop, St. Louis, Missouri, US, 25 Sep 2015

Abstract

This is a discussion session around my paper “A Critique of the CAP Theorem”, arXiv:1509.05393 [cs.DC].

The CAP Theorem, as proposed by Brewer and formalized by Gilbert and Lynch, has been subject of much debate and confusion over the last few years. The confusion arises partly from the definitions of “consistency,” “availability” and “partition tolerance,” which are not as intuitive or precise as one might hope, and which are therefore prone to being misinterpreted. I will also argue that there are some formal problems with Gilbert and Lynch’s proof which weaken the result. With so many problems, it is becoming doubtful whether CAP is still useful for reasoning about systems.

The trade-off between consistency guarantees and tolerance of network faults is real, but we need better tools for reasoning about these trade-offs. In this session I will show some formal results from distributed systems theory that I have found useful: they focus the discussion on latency (which has been described as the “missing piece of the CAP theorem”). We’ll then open up for discussion, and hopefully together we can work towards replacing CAP with something better: something more precise, more intuitive, and more relevant to practice.