Hi,
I have a few questions about the snapshot. Usually I do
nodetool clearsnapshot --all nodetool flush nodetool upgradesstables nodetool snapshot -t snapshot_name
But the snapshot command already flushs all tables, right?
What would be the best practice for it?
2 - On Datastax site I found
sf, --skip_flush Do not flush tables before creating the snapshot.CAUTION: Snapshot will not contain unflushed data.
Why it's saying to not flush the tables before taking a snapshot if the snapshot command do it?