Read operation
906230Dec 21 2011 — edited Dec 21 2011Hi all,
Will read operations go to any node if the user doesn’t mind incomplete consistency guarantees (i.e. reads might not see the most recent data)?
Will read operations be served from the master node if the user requires the most recent value for a data item?
Can we choose if we want read operations to the done from the master or not? How can we do that?
By default (if there is no failure) will the read request give the last updated data? Or is it possible to have old values because data are given from a node that has not yet the last value.
Thanks for your response.