As per the documentation, you don't have to if you don't delete or update.
On Sun, May 13, 2012 at 9:18 AM, Thanh Ha wrote:
> Hi All,
>
> Do I have to do maintenance "nodetool repair" on CFs that do not have
> deletions?
>
> I only perform deletes on two column families in my cluster.
>
>
> Than
Anyone?
On Wed, Jan 18, 2012 at 9:53 AM, Kamal Bahadur wrote:
> Hi All,
>
> It is great to know that Cassandra column family can accommodate 2 billion
> columns per row! I was reading about how Cassandra stores the secondary
> index info internally. I now understand that the ind
Hi All,
It is great to know that Cassandra column family can accommodate 2 billion
columns per row! I was reading about how Cassandra stores the secondary
index info internally. I now understand that the index related data are
stored in hidden CF and each node is responsible to store the keys of d
only rows that satisfy the query exist on nodes 47, 48 and 49. So they are
> a long way away from the minimum token, assuming SimpleStrategy and well
> ordered token ring.
>
> I think I've missed something, anyone ?
> Cheers
>
> -
> Aaron Morton
> Freelance D
Hi Peter,
To test, I wiped out all the data from Cassandra and inserted just one
record. The row key is "7a7a32323636373030303438303031". I used
getendpoints to see where my data is and double checked the same using
sstable2json command.
Since the RF is 2, the data is currently on Node 1 and Node
Thanks for the response Peter! I checked everything and it look good to me.
I am stuck with this for almost 2 days now. Has anyone had this issue?
Thanks,
Kamal
On Wed, Dec 28, 2011 at 2:05 PM, Kamal Bahadur wrote:
> Hi All,
>
> My Cassandra cluster has 4 nodes with a RF of 2. I am