Reputation: 6172
I'm currently running a 12-node Cassandra cluster storing 4TB of data, with a replication factor set to 3. For the needs of an application update, we need to change the configuration of our keyspace, and we'd like to avoid any downtime if possible.
I read on a mailing list that the best way to do it is to:
My questions would be:
Thank you for your answers. It's the first time I'll do this, and I'm a little bit scared.
Upvotes: 4
Views: 1414
Reputation: 19377
Your list looks like the one in http://wiki.apache.org/cassandra/FAQ#modify_cf_config. So it should be accurate...
Upvotes: 2