Re: Updating CF to reversed type

2012-05-05 Thread Mohit Anchlia
I thought so. Is there a way I can unload and load data after dropping CF and re-creating it with reversed type? On Sat, May 5, 2012 at 7:11 AM, Edward Capriolo wrote: > You can not update comparators because they effect the on disk ordering. > > On Sat, May 5, 2012 at 2:11 AM, Mohit Anchlia > w

Re: Updating CF to reversed type

2012-05-05 Thread Edward Capriolo
You can not update comparators because they effect the on disk ordering. On Sat, May 5, 2012 at 2:11 AM, Mohit Anchlia wrote: > Is it possible to update CF definition to use "reversed" type? If it's > possible then what happens to the old values, do they still remain ordered > in ascending order?

Updating CF to reversed type

2012-05-04 Thread Mohit Anchlia
Is it possible to update CF definition to use "reversed" type? If it's possible then what happens to the old values, do they still remain ordered in ascending order?