Should I run 'nodetool flush' before running sstable2json or sstable2json deals with Memtables too?
Should I run 'nodetool flush' before running sstable2json?
(2 posts) (2 voices)-
Posted 6 months ago #
-
If you want to collect all of the data for the CF on that node, you will need to run a flush first.
sstable2jsononly deals with sstables.Posted 6 months ago #
