Eventual Consistency — data converges eventually. Strong Consistency — data always current.
Eventual Consistency:
Eventual Consistency:
Write to Node A → Replicate
Read from Node B: may see old data
Eventually: all nodes converge
(Data converges)
Strong Consistency:
Strong Consistency:
Write to Node A → Wait for confirmation
Read from any node: always latest
(Always current)
Key differences: