+1 vote
in Cassandra by

How can You Add Or Remove Column Families In A Working Cluster?

1 Answer

0 votes
by

Yes, but keeping in mind the following processes.

Do not forget to clear the commitlog with ‘nodetool drain’

Turn off Cassandra to check that there is no data left in commitlog

Delete the sstable files for the removed CFs

...