Also: http://www.datastax.com/docs/0.7/operations/clustering#adding-capacity

On Thu, Mar 24, 2011 at 5:20 PM, Jonathan Ellis <jbel...@gmail.com> wrote:

> http://wiki.apache.org/cassandra/Operations
>
> On Thu, Mar 24, 2011 at 5:15 PM, ruslan usifov <ruslan.usi...@gmail.com>
> wrote:
> > Hello
> >
> > Which strategy should i use to and new node to fully balanced cluster
> (nodes
> > tokens are generated by python script:
> >
> > def tokens(nodes):
> >   for x in xrange(nodes):
> >     print 2 ** 127 / nodes * x
> >
> > tokens(3);
> > )
> >
> > How to get balanced cluster after adding ne node without big stress for
> > current cluster?
> >
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder of DataStax, the source for professional Cassandra support
> http://www.datastax.com
>

Reply via email to