Re: order by on different columns

2014-07-16 Thread Jens Rantil
Yes, either denormalizing or sorting in your client. Cheers, Jens — Sent from Mailbox On Tue, Jul 15, 2014 at 12:07 PM, tommaso barbugli wrote: > Hi, > We need to retrieve the data stored in cassandra on something different > than its "natural" order; we are looking for possible ways to sort

order by on different columns

2014-07-15 Thread tommaso barbugli
Hi, We need to retrieve the data stored in cassandra on something different than its "natural" order; we are looking for possible ways to sort results from a column family data based on columns that are not part of the primary key; is denormalizing the data on another column family the only option