Re: read repair and column range queries

2011-12-04 Thread Nate McCall
The digest is based on the results of the same query as applied on different replicas. See the following for more details: http://wiki.apache.org/cassandra/ReadRepair http://www.datastax.com/docs/1.0/dml/data_consistency On Wed, Nov 30, 2011 at 11:38 PM, Thorsten von Eicken wrote: > Looking at th

read repair and column range queries

2011-11-30 Thread Thorsten von Eicken
Looking at the docs, I can't conclusively answer this question: Suppose I make this CQL query with consistency factor 1 and read-repair 100%: select 'a'..'z' from cf where key = 'xyz' limit 5; Suppose the node I connect to has the key and responds with (improvised syntax): ['a'->0, 'c'->2, 'e'->4,