Database Reference
In-Depth Information
For SimpleSnitch , you just specify replication_factor as the replication op-
tion as it is oblivious to the data center or the rack:
CREATE KEYSPACE my_simple_ks
WITH REPLICATION = {
'class' : 'SimpleStrategy',
'replication_factor' : 2
};
Search WWH ::




Custom Search