A query in deletioelo

2011-05-09 Thread anuya joshi
Hello, I am unclear on Why deleting a row in Cassandra does not delete a row key? Is an empty row never deleted from Column Family? It would be of great help if someone can elaborate on this. Thanks, Anuya

A query in deletion of a row

2011-05-09 Thread anuya joshi
Hello, > > I am unclear on Why deleting a row in Cassandra does not delete a row key? > Is an empty row never deleted from Column Family? > > It would be of great help if someone can elaborate on this. > > Thanks, > Anuya >

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-11 Thread anuya joshi
time-stamp when you reinserted > after delete operation. Your second insertion time-stamp has to be greater > than the previous insertion. > > Thank you, > Jaydeep > -- > *From:* anuya joshi > *To:* user@cassandra.apache.org > *Sent:* Monday,

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-11 Thread anuya joshi
operation you couldn't retrieve the > same data? If so, then please check the time-stamp when you reinserted > after delete operation. Your second insertion time-stamp has to be greater > than the previous insertion. > > Thank you, > Jaydeep > -- &g

Re: Unable to add columns to empty row in Column family: Cassandra

2011-05-19 Thread anuya joshi
rendra Sharma wrote: > Can u share the code? > > > On Mon, May 2, 2011 at 11:34 PM, anuya joshi wrote: > >> Hello, >> >> I am using Cassandra for my application.My Cassandra client uses Thrift >> APIs directly. The problem I am facing currently is as follows: &g

Unable to add columns to empty row in Column family: Cassandra

2011-05-02 Thread anuya joshi
Hello, I am using Cassandra for my application.My Cassandra client uses Thrift APIs directly. The problem I am facing currently is as follows: 1) I added a row and columns in it dynamically via Thrift API Client 2) Next, I used command line client to delete row which actually deleted all the colu