Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for union-style concurrency #127

Closed
svidela opened this issue Aug 29, 2016 · 1 comment
Closed

Add support for union-style concurrency #127

svidela opened this issue Aug 29, 2016 · 1 comment

Comments

@svidela
Copy link

svidela commented Aug 29, 2016

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.

@vga91
Copy link
Collaborator

vga91 commented Feb 18, 2025

Duplicated of #617

@vga91 vga91 closed this as completed Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants