Interview Bootcamp
Vote

0% completed

Components of CAP Theorem

Each letter in CAP has an everyday meaning and a stricter technical one. The everyday meaning is what most people assume. The technical one is what the theorem is actually about, and the gap between them is where most confusion lives.

This lesson takes the three properties one at a time.

1. Consistency

In CAP, consistency means that all nodes see the same data at the same time. Every read returns the result of the most recent write, no matter which replica answers it.

This is the strictest version of the idea

.....

.....

.....

Like the course? Get enrolled and start learning!