Question-207: Incremental backups flush the memtable to SSTable in the backup directory of the keyspace data directory.
- True
- 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
Exp : when incremental backups are enabled in every time memtable flush happens a hard link would be created to a backup Directory in the keyspace data directory. This backup should be store offsite without transferring snapshot.
You can access to full explanation to question and answer from this page.