All Questions
4 questions
0
votes
1
answer
2k
views
Benefits of leader/follower over masterless
I'm learning about replication strategies and wondering the pros of cassandra (masterless) over mongo (leader/follower).
From what I've read, they both scale writes the same because writes writes in ...
3
votes
1
answer
137
views
Cassandra: Shipping Disk to New DC in order to sync 50TB of data
We're adding a new datacenter to our Cassandra cluster. Currently, we have a 15-node DC with RF=3 resulting in about 50TB~ of data.
We are adding another datacenter in a different country and we want ...
0
votes
1
answer
546
views
Cassandra Replication setup
I'am working with Cassandra 3.9 . I have some doubts like I'am currently having 2 physical machines and want to have data stored the best possible way :-
1) Either in a distributed order on both ...
2
votes
3
answers
2k
views
Cassandra datacenter replicaton versus Couchbase datacenter replication
I'm trying to understand the difference between the datacenter replication implemented in Cassandra and in Couchbase.
It looks like in Cassandra, if I have two datacenters(DC), all my data is ...