Hello, We would like to migrate one keyspace from a 6-node cluster to a 3-node one.
Since an individual node does not contain all data, this means that we should run the sstableloader 6 times, one for each node of our cluster. To be precise, do "nodetool flush <keyspace>" then run sstableloader -d <3 target nodes> <keyspace_path> Would that be the correct approach? Thank you in advance, George
