Cassandra SELECT DISTINCT and timeout issue
问题 When running the following CQL query: SELECT DISTINCT partition_key FROM table_name; This is supposedly meant to return the list of partition keys that are in use for the given table. However, with the default timeout settings of 10s, it always times out: 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':