Re: Fail to select ALL the datas in C*

2015-12-11 Thread Eric Stevens
Inconsistent reads are most often the result of inconsistent data between nodes. Inconsistent data during tests like this is quite often the result of having loaded data fast enough that you dropped mutations (writing even at quorum means that you could still be dropping data on some nodes and not

Fail to select ALL the datas in C*

2015-12-11 Thread xutom
Hi all, Now we insert 1 billion rows or more of datas into C*, and then we use select command to export datas into local files. but each time when we use such SELECT command : SELECT * from table where id = xxx and id2 > value1 and id2 <= value2; to query the datas in C* and then export the