I have installed Cassandra on cluster consist of 4 nodes (8 cores and 50 gigabyte RAM ) . and I have inserted 85 Million row in Cassandra table about 28 gigabyte of data . i want to count all rows in the table and i have used this query
select count(*) from page_viewes;
this query takes around 30 min . my question is . how to reduce this time ?