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.
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.