aplbrain/dotmotif

Add offset/limit depagination support to Neo4jExecutor

j6k4m8 opened this issue · 1 comments

Add offset/limit depagination support to Neo4jExecutor

On second thought (and after a few experiments), this won't work because incrementally returning results depends on a ORDER BY clause for deterministic ordering, which means the complete query (or an indexed subset) still needs to run before the query returns...