Amirouche B.
unread,Nov 21, 2011, 6:17:38 AM11/21/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gremli...@googlegroups.com
I should have said that earlier, the application I try to do is a twitter-like application.
It's usefull thanks for pointing out this documentation. That said it's still hard to do pagination.
- The sort operator returns a ListIter
- I still need to (somehow) slice it
- It doesn't seem to support DESC sorting
- It can be optimised... since it's a common webdev operation
I would rather write a gremlin filter to do the pagination something that would replace the SQL : « LIMIT A[, B] ORDER_BY [ASC| DESC] ». I don't know how hard it is to write filters, does the code belong in gremlin or blueprint maybe both ?