What are snapshots and how do you create one in cassandra?
Answer Posted / Devendra Kumar Tripathi
Snapshots are point-in-time copies of the data in a Cassandra cluster. They are useful for backup and recovery purposes. To create a snapshot, use the 'cassandra' utility with the `--snapshot` option.nnFor example:nn```shn$ cassandra --snapshot my_keyspace my_table my_timestamp```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category