Hi,
Does blocking read repair take place only when we read on the primary key or
does it take place in the following scenarios as well?

Consistemcy ALL
1. select * from ks.table_name
2. select * from ks.table_name where token(pk) >= ? and token(pk) <= ?

While using manual paging or automatic paging in either of the scenarios.

Thanks
Siddharth Verma
(Visit https://github.com/siddv29/cfs for a high speed cassandra full table
scan)

Reply via email to