Question-215: To run the Cassandra database smoothly, you wanted to have minimum number of GC pauses as well as frequency of 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 :  in garbage collection you should understand two important things as below

 

  1. Pause time:  In Java Garbage Collection tries to free up the memory from the heap area but when it runs, it stop’s the application (in this case Cassandra database processes would be stopped) Which is not good.
  2. You can access to full explanation to question and answer from this page.