Consistency Models
What Systems Actually Promise
Feb 8, 20267 min read10

Search for a command to run...
Series
This series covers the concepts required to understand performance of a system and how state plays a vital role in it.
What Systems Actually Promise

Exactly-Once Effects are not

Making Systems Correct Under Retries and Concurrency

Uncertainty, Timeouts, Retries and Side Effects

Every computing system, no matter how low level or high level, is constrained by the same fundamental problem: fetching data takes time. Computation itself is fast, but fetching data is slow. A modern CPU is extraordinarily fast. But what slows a sys...

Explained through a simple example of a login system
