Technical definition
Strong consistency
A consistency guarantee that reads observe the latest successfully committed write.
What It Means
Strong consistency gives clients a single current view of data after a committed write, often at the cost of additional coordination, latency, or reduced availability during network failures.