recall

← recall

monotonic reads term

you never see time go backwards on reads

Once you've read a value, you won't later read an older version. Prevents the 'I refreshed and the comment disappeared' bug across replicas with different lag.

topics: consistency, distributed-systems

references: