I'm coming from a relational databases background. In PostgreSQL or MySQL if we do any alter statement it'll lock the entire table.
I have a Cassandra cluster(3 nodes) that has SimpleStretegy for all the keyspaces. One keyspace has 4 tables and each table has 500GB data.
So if I alter the keyspace to change the strategy, is there any lock or block?