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

Merged tables should run parallel, not sequential #85

Closed
dsyzhu opened this issue Apr 22, 2019 · 1 comment
Closed

Merged tables should run parallel, not sequential #85

dsyzhu opened this issue Apr 22, 2019 · 1 comment

Comments

@dsyzhu
Copy link
Contributor

dsyzhu commented Apr 22, 2019

CREATE TEMP TABLE sample1 AS (SELECT * FROM sample('id1'));
CREATE TEMP TABLE sample2 AS (SELECT * FROM sample('id2'));
SELECT * FROM sample1
MERGE
SELECT * FROM sample2
OUTPUT AS samples;

sample1 and sample2 should run in parallel.

@dsyzhu
Copy link
Contributor Author

dsyzhu commented Apr 23, 2019

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

No branches or pull requests

1 participant