Grokking System Design Fundamentals
Ask Author
Back to course home

0% completed

Beyond CAP Theorem
Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

CAP is a simplified model that only considers a binary state (partition or no partition). In real systems, even when there’s no partition, there are still trade-offs — notably between consistency and latency/performance. To address this, researchers have proposed extensions and refinements to CAP.

PACELC Theorem

The most well-known extension is the PACELC theorem, introduced by Daniel Abadi around 2010. PACELC expands on CAP by asking: not only what happens during a Partition (P), but also what happens Else (E) when there’s no partition. In formal terms, PACELC says:

.....

.....

.....

Like the course? Get enrolled and start learning!

Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible