Abhishek Mukherjee
2014-06-17 11:48:26 UTC
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
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