we have dense nodes. (~1TB per node; 8 node cluster. DSC 2.1.13; RF=3). we are planning on moving SSDs from spinning disks. what is the best way of doing this?
Approach 1: nodetool decommission -> going to take for ever to re-distribute all the data across the ndoes.
Approach 2: nodetool removednode HostUUID -> Per my research also takes time to re-distribute keys
Approach 3: shutdown node-> swap the drives-> nodetool repair.
Thanks!