Closed jadell closed 11 years ago
As Neo4j server has difficulty responding with large data sets, it might make sense to automatically and transparently paginate the results of Cypher (and Gremlin?) queries if explicit SKIP/LIMIT pagination is not set.
Streaming will solve this issue. Auto-pagination will add unnecessary complexity at this point.
As Neo4j server has difficulty responding with large data sets, it might make sense to automatically and transparently paginate the results of Cypher (and Gremlin?) queries if explicit SKIP/LIMIT pagination is not set.