Re: Data rebalancing algorithm

2015-12-24 Thread Sergi Vladykin
>> >> ps: I don't particularly recall any document with specific details, so if >> anyone knows please be welcome to share. If you want more theoretical >> information, see the ring membership sections of the cassandra and/or >> dynamo paper. >> >> >>

Data rebalancing algorithm

2015-12-24 Thread Sergi Vladykin
Guys, I was not able to find in docs or in google detailed description of data rebalancing algorithm. I mean how Cassandra moves SSTables when new node connects to the cluster, how primary and secondary indexes are getting transfered to this new node, etc.. Can anyone provide relevant links plea