On Wed, Dec 9, 2009 at 11:01 AM, Sylvain Lebresne <sylv...@yakaz.com> wrote: > And wouldn't it be possible/reasonable to do something like a strong read, but > with a modified quorumResponseHandler that return from get() as soon as it > gets an answer and do the responseResolver/read repair in the background. > Wouldn't it speed up some reads when a node other that the suitableEndpoint > has less latency ?
That's reasonable, but of course the penalty is increased network traffic since you are sending full responses from each replica instead of just digests. -Jonathan