How to change default replication factor for Cassandra keyspaces
18th May 2026
Hi Jan-Terje, You can also check the current replication factors with: SELECT keyspace_name, replication FROM system_schema.keyspaces; A replication factor can then be changed using the ALTER KEYSPACE command, for example: …