Question-89: There are various types of partitioner provided for the Cassandra storage engine. What exactly this partitioner does?

  1. It takes the partition key and then generate the partition token for that key.
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. 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.