this question has been raised several times. But only one answer u can/should not. On 17-Jun-2014, at 5:18 pm, Abhishek Mukherjee <4271...@gmail.com> wrote:
> Hi Everyone, > > I am trying to read data from my Cassandra database in the order in which it > got written into the DB. There is a WRITETIME function which gives me the > write time for a column. How can I use this so that the data when I do a > returned from my query gets ordered by write time. > > I am trying to achieve something like this: > > select column1, column2, column3 from table order by writetime (column4); > > > Thanks in advance, > Abhishek