You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Vivek Mishra <mi...@gmail.com> on 2012/10/11 15:17:07 UTC

Create column family with Composite key column via thrift API

Hi,

I know one way is to execute cql query via thrift client  to create a
column family having compound primary/composite columns. But is it the only
way?

Looks like i would end up creating  own "CQLTranslator/Wrapper" to deal
with compound primary/composite columns!(Or may be something else in near
future). Thrift way of dealing with this is really different, as column
family metadata for such column families created on "cqlsh" is quite
different for Thrift!

I know, have started little late and these are basic things how
CQL/composite column works. But is there anything i am
missing/misunderstood on this part?

-Vivek