Process Flow - Why write patterns affect consistency
Client sends write request
Write reaches server
Server applies write
Write propagates to replicas
Replicas update data
Client reads data
Consistency depends on write pattern
This flow shows how a write request moves from client to server and replicas, and how the pattern of writes affects data consistency when clients read.