I am trying to do a select count(*) from keyspace.table; (is a dev environment). I am getting the following error:
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'}
How can I get a row count on a table?