Re: Reg row key sorting

2011-08-17 Thread aaron morton
Rows are sorted according to the order of the partitioner, see http://wiki.apache.org/cassandra/FAQ#range_rp Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 18/08/2011, at 8:53 AM, Thamizh wrote: > Hi All, > > Thanks a lot. > >

Re: Reg row key sorting

2011-08-17 Thread Thamizh
Hi All, Thanks a lot. How to sort row key in CF using CLI / API ? Does it boost the search performance ? As of now, I am inserting row key( as ByteBuffer ) from Hadoop Map/Reduce. It looks, by default Cassandra does not sort the Row keys. Below is the cli command, I have used to create CF. cr