Explains how to achieve Monotonic-Reads session guarantee (aka client-centric consistency model) effectively using Version Vectors. Apart from this shows why the Implementation is needed, what could be naive implementation which is based on the definition of Monotonic Reads and an alternative of using sticky sessions and its downsides.
Monotonic Reads: Implementing using Version Vectors


Leave a Reply