the.com/data consistency

every copy of the truth agrees, even when it's lying in five places at once.

means the guarantee that data stays accurate and matches across all the places it's stored or read, no matter who's writing or reading it.

from grew out of database theory in the 1970s, formalized as the C in ACID by Jim Gray's transaction work, then got messier once systems went distributed and CAP theorem made everyone pick their poison.

for instance

google spanneruses atomic clocks and gps to fake global strong consistency, 2012

amazon dynamodbdefaults to eventual consistency, offers strong reads for a price

postgresql mvccgives each transaction a consistent snapshot since the 1990s

cassandra tunablelets you pick consistency level per query, quorum or bust

the.com/
what’s happening now · the.com · generated