Question-24: Which of the following should be taken care while designing the data model in Apache Cassandra?
- Data should be evenly distributed across the node in the cluster.
- 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,B,D
Exp: While designing Data model in Cassandra we have to take care following things
- 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.