recall

← recall

causal consistency term

operations appear in causally-related order

If A causes B, every observer sees A before B. Concurrent (unrelated) ops can be in any order. Stronger than eventual; weaker than linearizable. Needed for things like 'reply' showing after the post it replies to.

topics: consistency, distributed-systems

references: