Re: renaming a SuperColumn

2010-03-18 Thread Ted Zlatanov
On Thu, 18 Mar 2010 19:26:06 +0100 Sylvain Lebresne wrote: SL> Given how Cassandra works, I don't think that the server can do much SL> better than the read, write, delete your client already do SL> (basically everything is immutable, you only 'add' new versions). As SL> this cannot be done effi

Re: renaming a SuperColumn

2010-03-18 Thread Sylvain Lebresne
2010/3/18 Ted Zlatanov : > On Thu, 18 Mar 2010 11:50:53 -0500 Jonathan Ellis wrote: > > JE> 2010/3/18 Ted Zlatanov : >>> I find it useful in one particular schema to have SuperColumns with >>> specific names and rename them sometimes.  Rather than client-side >>> (read, write, delete) it would be

Re: renaming a SuperColumn

2010-03-18 Thread Ted Zlatanov
On Thu, 18 Mar 2010 11:50:53 -0500 Jonathan Ellis wrote: JE> 2010/3/18 Ted Zlatanov : >> I find it useful in one particular schema to have SuperColumns with >> specific names and rename them sometimes.  Rather than client-side >> (read, write, delete) it would be nice if there was a SuperColumnR

Re: renaming a SuperColumn

2010-03-18 Thread Vijay
+1 for renaming the S Column/Column as a atomic operation :) Regards, On Thu, Mar 18, 2010 at 9:50 AM, Jonathan Ellis wrote: > -1 on adding a special case for this. > > 2010/3/18 Ted Zlatanov : > > I find it useful in one particular schema to have SuperColumns with > > specific names and ren

Re: renaming a SuperColumn

2010-03-18 Thread Jonathan Ellis
-1 on adding a special case for this. 2010/3/18 Ted Zlatanov : > I find it useful in one particular schema to have SuperColumns with > specific names and rename them sometimes.  Rather than client-side > (read, write, delete) it would be nice if there was a SuperColumnRename > Mutation than encaps