Question-24: Which of the following should be taken care while designing the data model in Apache Cassandra?

 

  1. Data should be evenly distributed across the node in the cluster.
  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,B,D

Exp: While designing Data model in Cassandra we have to take care following things

 

  1. Spread Data Evenly across the cluster. Based on the hash key value of partition key data will be distributed across the cluster. We have to define the partition key such a way that data would be evenly distributed across the cluster.

    You can access to full explanation to question and answer from this page.