Why secondary indexes are less efficient in Cassandra?
问题 I read in Cassandra documentation that creating secondary index is less efficient as because in worst case it need to touch all nodes in order to find out the data of that non-key column. But my doubt is even if we do not create secondary index, then also it will have to touch all nodes (in worst case) and find out where that particular row with this non-key column value resides. Note: Yeah, I understand that it is possible that if the cardinality is high then the secondary index will contain