Hi All,
I have two tables which has 167342 rows in table A and 1126736 records in table B.
When Im trying to check the count of rows using the query, i see timedout error in cassandra.
SELECT COUNT(*) FROM A;
As a workaround i am using nodetool tablestats schemaname.A. But the number of rows in this is not matching with the number of loaded rows.
can anybody help me to fix the count(*) issue.
Version of Cassandra: 3.10
Network topology
Exact error message:
ReadTimeout: Error from server: code=1200 [Coordinator node timed out waiting for replica nodes' responses] message="Operation timed out - received only 0 responses." info={'received_responses': 0, 'required_responses': 1, 'consistency': 'ONE'}
Regards
Daya