Hi all,
I had problems creating a table with composite keys with CQL 3 and
accessing it via thrift.
AFAIK the comparators weren't set up in a compatible way. Probably due to
betaness of CQL 3.
So I'm now creating and using CFs with Composite Columns exclusively via
thrift/Astyanax. Pelops works
ell as the exact error message.
>
> --
> Sylvain
>
> On Mon, Jun 11, 2012 at 2:42 AM, Georg Köster
> wrote:
> > Dear all,
> >
> > I'm really excited about Cassandra's peer-to-peer architecture and sorted
> > values.
> >
> > Curr
Dear all,
I'm really excited about Cassandra's peer-to-peer architecture and sorted
values.
Currently I'm blocked in trials: I cannot insert longs into 'val' in:
create columnfamily entries (
id varchar,
va varchar,
ts bigint,
val bigint,
PRIMARY KEY (id, va, ts)
);
I g