Question-93: Select correct statement with regards to Chunk cache and OS cache.

  1. OS page cache is sized dynamically by the OS.
  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,D

Exp : Chunk cache is used to cache the small parts (chunks) of SSTable files so that read operation faster.

 

OS page cache is sized dynamically by the operating system, it can grow and shrink depending on the available memory. And chunk cache should be sized statically. Suppose you have decided to keep the chunk cache too small then available server memory will remain unused.

 

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