Hi,
I have a super ColumnFamily that has a few super columns, with each having a
growing list of sub-columns where column name is a TimeUUID, so the
sub-columns get stored chronologically (oldest to newest)
When I retrieve this data, can I somehow retrieve the sub-columns in reverse
order - newes
Thanks a lot for the references. Will check them out first before asking the
next question.
On Sat, Dec 25, 2010 at 6:46 PM, Nate McCall wrote:
> See the following PDF for some additional detail on hector:
> http://www.riptano.com/sites/default/files/hector-v2-client-doc.pdf
>
> There is a also
See the following PDF for some additional detail on hector:
http://www.riptano.com/sites/default/files/hector-v2-client-doc.pdf
There is a also a project with some basic stand-alone examples that
may be helpful:
https://github.com/zznate/hector-examples
And Riptano maintains a Java port of a Twit