Question 56: Which of the following statement true, with regards to Cassandra Index?
- An index provides a means to access data in Cassandra using attributes other than the partition key.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Correct Answer: 4
Explanation: An index provides a means to access data in Cassandra using attributes other than the partition key. The benefit is fast, efficient lookup of data matching a given condition. The index indexes column values in a separate, hidden table from the one that contains the values being indexed.
You can access to full explanation to question and answer from this page.