Secondary index in Apache Cassandra
问题 I tried to understand the secondary Index in Cassandra using the following link: https://www.youtube.com/watch?v=BPvZIj5fvl4 Let's say we have 5 node N1, N2, N3, N4 and N5 cluster with Replication Factor of 3 which means a partition data will be replicated to 3 nodes in the cluster (say N1, N2 and N3). Now when I execute this query: SELECT * FROM user WHERE partitionKey = "somedata" AND ClusteringKey = "test"; with the Read consistency as '2' It will query from any two of the nodes N1, N2 or