|
|
|
|
|
by leef
4044 days ago
|
|
Really it doesn't matter and your point only goes to show one of Cassandra's flaws. When either a network partition or a server failure happens Cassandra starts reshuffling data amongst multiple hosts and filling network pipes. Contrast this with a setup where you have a static partitioning of hosts to partition and a leader per partition. Then you only need to (possibly) elect a new leader and carry on. This is especially relevant when you need to do these things because of unexpected load increases or the loss of hosts in your cluster. |
|