Hi, I am trying out tinkerpop / neo4j and wondering if there is any support for paging.
We frequently have the requirement to traverse a one to many relationship with millions of nodes on the many side. Previously using JPA we would execute a sql query using the LIMIT keyword to return a paged result set. Can a similar result be achieved using neo4j. So far all I have been able to find on paging is in the rest api. However I am running neo4j in the embedded mode. Thanks Pieter _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

