Monotonic reads is a consistency guarantee in distributed systems where, if a client performs multiple read operations on the same data, the client will never see older versions of the data .
Share this post
What is Monotonic read and how it's…
Share this post
Monotonic reads is a consistency guarantee in distributed systems where, if a client performs multiple read operations on the same data, the client will never see older versions of the data .