You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subquery1 UNION [ALL] subquery2 UNION [ALL] subquery3 ...
it would be useful to have a procedure to run each subquery in parallel and return the aggregated results.
@jexp suggested in the slack channel to add a version of apoc.cypher.unionParallel([statements], {params}) that takes a list of queries or a semicolon separated file but then runs them in parallel.
The text was updated successfully, but these errors were encountered:
For an union query like:
subquery1 UNION [ALL] subquery2 UNION [ALL] subquery3 ...
it would be useful to have a procedure to run each subquery in parallel and return the aggregated results.
@jexp suggested in the slack channel to add a version of
apoc.cypher.unionParallel([statements], {params})
that takes a list of queries or a semicolon separated file but then runs them in parallel.The text was updated successfully, but these errors were encountered: