Hi,

we are  using a 6 node cluster with 3 nodes in each DC with replication
factor:3
cassandra version :- dse-3.1.1 version 
we have to load data into the cluster for every two hrs using Java driver
batch program
presently data size  in cluster is 2TB
I want to validate the data loaded.
so using 
select count(*) from table name;
giving me request time out error

so , using 

select count(*) from table name where secondary_index='';
giving me request time out error

Can you please suggest me how to validate the data loaded.
for a load max of 1 GB data is loaded into the cluster.

Is there any way i can validate the count of data loaded.






--
View this message in context: 
http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Cassandra-Data-Query-tp7591180.html
Sent from the cassandra-u...@incubator.apache.org mailing list archive at 
Nabble.com.

Reply via email to