Question-208:  Whenever incremental_backup flag Is set as true  in Cassandra.yaml  file then as on when  the memtable is flushed it creates the Snapshot for  that flushed data as well.

  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 by enabling flag “incremental_backup” to true it would create snapshot files from the memtable whenever it is being flushed.  Hence both combined snapshot of Memtable as well as SSTables snapshot would be considered, as an entire backup for the table on that node. 

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