jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
533 stars 137 forks source link

Automatic pagination #46

Closed jadell closed 11 years ago

jadell commented 12 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.

jadell commented 11 years ago

Streaming will solve this issue. Auto-pagination will add unnecessary complexity at this point.