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
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
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
HI
What is the max columns number in a key that cassandra supports.
Thanks
-Mark Zitnik