Explains how to achieve Read-Your-Writes 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 Read Your Writes and an alternative of using sticky sessions and its downsides.
Read Your Writes: Implementing using Version Vectors


Leave a Reply