delete key permanently

2011-02-13 Thread Mark Zitnik
Hi, I would like to delete a key permanently in cassandra 0.7 and not receive it in get range api. Is it possible. Thanks

Re: balancing load

2011-01-16 Thread Mark Zitnik
Hi, if you are starting the cluster at once and not adding nodes to existed cluster try to calc the tokens. here is a python script to calc the tokens def tokens(nodes): - for x in xrange(nodes): - print 2 ** 127 / nodes * x also read the operation section in cassandra wiki http://wik

cassandra data spreading across the cluster

2010-11-04 Thread Mark Zitnik
Hi All, I'm having a problem in spreading data across the cluster. my replication factor is 3, please advice why there is a big difference between 10.11.40.239 and 10.11.40.161. Thanks Address Status Load Range Ring 10.11.40.173 Up 220.58

max columns number

2010-09-14 Thread Mark Zitnik
HI What is the max columns number in a key that cassandra supports. Thanks -Mark Zitnik