apoc
apoc copied to clipboard
add a version of periodic.iterate streaming that returns one row per batch
Issue by jexp
Monday Apr 15, 2019 at 17:03 GMT
Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1168
with sizes, errors, batchNo, etc. success, retries etc.
Comment by jexp
Monday Apr 15, 2019 at 17:03 GMT
e.g. apoc.periodic.iterate.stream
or tried to get it into the regular ones just wit a flag
periodic.iterate is being phased out in favor for CALL subqueries in transactions where we have support for this (to some extent at least).