Hi all,

    I have a C* cluster with 6 nodes. My cassandra version is 2.1.1. I start 50 
threads to insert datas into C* cluster, each thread inserts about up to 100 
million rows with the same partition key. After inserting all the datas, I 
start another app with 50 threads to export all the datas into localfile, I 
using such cqlsh: select * from table where partition_id=xxx(each partition has 
about 100 million rows). But unfortunately I fail to export all the datas: I 
run 3 times, and each time I get the different number of results. If I 
successfully export all datas, everytime I should get the same number of 
results, is it right?

Best Regards

Reply via email to