I have 4 Nodes, and I'd like to store all keys starting with 'a' on node 1, 'b'
on 2, and so on.My keys just start with a letter and numbers follow, like
'a150', 'b1','c32000'.I've set the initial tokens to 61ff, 62ff ,63ff, 64ff
.This does not seem to be the correct way.Thanks.
I got it now.
From: mateus.ffrei...@hotmail.com
To: user@cassandra.apache.org
Subject: RE: Can I create a counter column family with many rows in 1.1.10?
Date: Wed, 6 Mar 2013 08:42:37 -0300
Ah, I'ts with many columns, not rows. I use this in cql 2-3 create table cnt
(key text PRIMARY KEY,
Ah, I'ts with many columns, not rows. I use this in cql 2-3 create table cnt
(key text PRIMARY KEY, y2003 counter, y2004 counter);it says this is not a
counter column family, and if I try to use
default_validation_class=CounterType,it says this is not a valid keyword.What
I'm supposed to type
And what syntax would be, if it's possible?Thanks.
With CQL or an API.
> datastax or part of a book on cassandra.
>
> http://pbs.cs.berkeley.edu/
>
> On Sat, Feb 16, 2013 at 6:19 PM, Mateus Ferreira e Freitas
> wrote:
> > Like articles with tests and conclusions about it, and such, and not like
> > the documentation in DataStax, or the Cassandra Books.
> >
> > Thank you.
> >
Like articles with tests and conclusions about it, and such, and not like the
documentation in DataStax, or the Cassandra Books.
Thank you.