Question-89: There are various types of partitioner provided for the Cassandra storage engine. What exactly this partitioner does?
- It takes the partition key and then generate the partition token for that key.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: A
Exp: Partitioner is an algorithm or mechanism by which a consistent hash token would be generated for each partition key.
You can access to full explanation to question and answer from this page.