cassandra的replication_factor,replication_factor
cassandra的备份几份数据呢,参数replication_factor:2,即数据备份到2台服务器,但不能超过集群机器数量哦
create keyspace xxx with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' and strategy_options = {replication_factor:2};
本站文章为和通数据库网友分享或者投稿,欢迎任何形式的转载,但请务必注明出处.
同时文章内容如有侵犯了您的权益,请联系QQ:970679559,我们会在尽快处理。