I have a Cassandra 3.11.3 setup (3 nodes). There are a few keyspaces in the cluster and everything created with SimpleStretegy
I want to change it to `NetworkTopology` The largest size of a keyspace is 2TB.
If I run the alter keyspace command, will it take more time or block any write? and recommened to run this on Production hours?