Question-216: Wrong data model design can lead to heavy garbage collection?

  1. True
  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 : Yes, it is possible that wrongly designed data model is creating lot of garbage data. Means data is created and then deleted frequently. Which can lead to run major compaction in Cassandra and this runs then in the background it also run the Java GC processes to clean up the data which are residing the Java Heap memory.  C

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