for a cluster with two DCs, each has 10 nodes, it is a good idea to set RF to 10 per DC for system schemas?
consideration is to have high availability to connect to it.
will it cause overhead?
ALTER KEYSPACE system_auth WITH REPLICATION = {'class' : 'NetworkTopologyStrategy', 'DC1': '10', 'DC2': 10'};
ALTER KEYSPACE system_distributed WITH REPLICATION = {'class' : 'NetworkTopologyStrategy', 'DC1': '10', 'DC2': 10'};
ALTER KEYSPACE system_traces WITH REPLICATION = {'class' : 'NetworkTopologyStrategy', 'DC1': '10', 'DC2': 10'};