Re: Thrift to cql : mixed static and dynamic columns with secondary index

2015-07-17 Thread Clement Honore
y your best option: > > CREATE TABLE ref_file ( > key text PRIMARY KEY, > folder text, > attributes map > ) > > In this case, the attributes map would hold your dynamic fields. > > On Thu, Jul 16, 2015 at 4:22 AM, Clement Honore > wrote: > >> Hi,

Thrift to cql : mixed static and dynamic columns with secondary index

2015-07-16 Thread Clement Honore
Hi, I'm trying to migrate from Cassandra 1.1 and Hector to a more up-to-date stack like Cassandra 1.2+ and CQL3. I have read http://www.datastax.com/dev/blog/thrift-to-cql3

Cassandra and "-server" JVM parameter

2013-06-05 Thread Clement Honore
Hi, I'm wondering why Cassandra does not use "-server" JVM parameter. Did you try it and obtained bad results ? Or maybe I've missed something somewhere... Thanks !

Re: Help for creating a custom partitioner

2012-10-01 Thread Clement Honore
hash (category-only) partitioner ? Regards, Clément 2012/9/28 Tim Wintle > On Fri, 2012-09-28 at 18:20 +0200, Clement Honore wrote: > > Hi, > > > > ** ** > > > > I have hierarchical data. > > > > I'm storing them in C