Update Propagation: Moving a Change Across Copies
How updates move from a source of truth to caches, read models, indexes, and other replicas.
Archive: consensus, quorum, partitions, ordering, membership, Lamport time, key partitioning, and join protocol articles.
How updates move from a source of truth to caches, read models, indexes, and other replicas.
A practical explanation of two phase commit, prepare, commit, and why the coordinator matters.
How serialized transactions make concurrent work behave as if it ran one transaction at a time.
A practical explanation of Raft consensus using leader election and replicated log commitment.
A simple explanation of quorum reads and writes through a three replica example.
What partition tolerance means in practice and how to design behavior for broken communication.
How ordering rules prevent consumers and replicas from applying events in unsafe ways.
A practical explanation of network partitions and why services need explicit rules when nodes cannot talk.
Why cluster membership is a first class concept in distributed systems.