Re: Cassandra column family using Composite Columns

2013-09-19 Thread Raihan Jamal
Can anyone help me on this? Any help will be appreciated.. Thanks.. *Raihan Jamal* On Tue, Sep 17, 2013 at 4:44 PM, Raihan Jamal wrote: > I am designing the Column Family for our use case in Cassandra. I am > planning to go with Dynamic Column Structure. > > Below is my requirement per o

Cassandra column family using Composite Columns

2013-09-17 Thread Raihan Jamal
I am designing the Column Family for our use case in Cassandra. I am planning to go with Dynamic Column Structure. Below is my requirement per our use case- user-id column1123 (Column1-Value Column1-SchemaName LMD) For each user-id, we will be storing column1 and its value and that val

Re: Using Composite columns

2012-10-09 Thread Sylvain Lebresne
Yeah, you might want to check 1.1.5, 1.1.2 is so ancient :) -- Sylvain On Tue, Oct 9, 2012 at 9:44 AM, Vivek Mishra wrote: > I am trying it with 1.1.2 cassandra release. > > -Vivek > > > On Tue, Oct 9, 2012 at 1:13 PM, Sylvain Lebresne > wrote: >> >> On Tue, Oct 9, 2012 at 3:59 AM, Vivek Mi

Re: Using Composite columns

2012-10-09 Thread Vivek Mishra
I am trying it with 1.1.2 cassandra release. -Vivek On Tue, Oct 9, 2012 at 1:13 PM, Sylvain Lebresne wrote: > On Tue, Oct 9, 2012 at 3:59 AM, Vivek Mishra > wrote: > > it is giving me an error: > > > > [timestamp out of range for platform time_t] > > Hum, I can't reproduce that with the current

Re: Using Composite columns

2012-10-09 Thread Sylvain Lebresne
On Tue, Oct 9, 2012 at 3:59 AM, Vivek Mishra wrote: > it is giving me an error: > > [timestamp out of range for platform time_t] Hum, I can't reproduce that with the current 1.1 branch (nor in trunk). So my bet is that this was an error from cqlsh that has been fixed recently. A quick JIRA search

Using Composite columns

2012-10-08 Thread Vivek Mishra
Hi, I am trying to use compound primary key with cassandra and i am referring to: http://www.datastax.com/dev/blog/whats-new-in-cql-3-0 I have created a column family as: CREATE TABLE altercations ( instigator text, started_at timestamp, ships_destroyed int, energy_use