Re: Cassandra partitioning and limit

2014-01-24 Thread Robert Coli
On Fri, Jan 24, 2014 at 5:39 AM, Jean Paul Adant wrote: > I'm using cassandra 1.1.9 > I have this columnFamily, created with hector API. Here is its cql2 > descrition. > You should not use CQL2, it will be removed from future versions of Cassandra. =Rob

Cassandra partitioning and limit

2014-01-24 Thread Jean Paul Adant
Hi all I'm using cassandra 1.1.9 I have this columnFamily, created with hector API. Here is its cql2 descrition. CREATE TABLE TDF ( KEY bigint PRIMARY KEY ) WITH comment='' AND comparator='CompositeType(org.apache.cassandra.db.marshal.LongType,org.apache.cassandra.db.marshal.LongType,org.ap