What is the recommended way to paginate the results from a query?
Specifically:
Is range() step pushed to the cassandra tables or in-memory calculation is performed by Graph module?
Other tinkerpop graph db vendors discourage use of range and recommend to use app-level predicates instead.