Re: Fw: Fwd: Compound primary key: Insert after delete

2012-10-22 Thread Vivek Mishra
> This is what i have tried with cassandra 1.1.6 as well. > > > > Please have a look and share, if i am doing anything wrong? i did ask > same > > on user group but no luck. > > > > > > -Vivek > > > > > > > > > > - Forwarded Mess

Re: Fw: Fwd: Compound primary key: Insert after delete

2012-10-22 Thread Jonathan Ellis
share, if i am doing anything wrong? i did ask same > on user group but no luck. > > > -Vivek > > > > > - Forwarded Message - > From: Vivek Mishra > To: vivek.mis...@yahoo.com > Sent: Monday, October 22, 2012 5:17 PM > Subject: Fwd: Compound prim

Re: Compound primary key: Insert after delete

2012-10-22 Thread Vivek Mishra
Well. Last 2 lines of code are deleting 1 record and inserting 2 records, first one is "the deleted one" and a new record. Output from command line: [default@unknown] use bigdata; Authenticated to keyspace: bigdata [default@bigdata] list test1; Using default limit of 100 Using default column limi

Re: Compound primary key: Insert after delete

2012-10-22 Thread aaron morton
How is it not working ? Can you replicate the problem withe the CLI ? Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 22/10/2012, at 7:17 PM, Vivek Mishra wrote: > code attached. Somehow it is not working with 1.1.5. > > -Vivek > > On Mo

Re: Compound primary key: Insert after delete

2012-10-21 Thread Vivek Mishra
code attached. Somehow it is not working with 1.1.5. -Vivek On Mon, Oct 22, 2012 at 5:20 AM, aaron morton wrote: > Yes AFAIK. > > Cheers > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 20/10/2012, at 12:15 AM, Vivek Mishra wrote: >

Re: Compound primary key: Insert after delete

2012-10-21 Thread aaron morton
Yes AFAIK. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 20/10/2012, at 12:15 AM, Vivek Mishra wrote: > Hi, > Is it possible to reuse same compound primary key after delete? I guess it > works fine for non composite keys. > > -Vivek

Compound primary key: Insert after delete

2012-10-19 Thread Vivek Mishra
Hi, Is it possible to reuse same compound primary key after delete? I guess it works fine for non composite keys. -Vivek