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

Support Parallel Scan #3

Open
zhangh43 opened this issue Dec 9, 2019 · 1 comment
Open

Support Parallel Scan #3

zhangh43 opened this issue Dec 9, 2019 · 1 comment

Comments

@zhangh43
Copy link
Owner

zhangh43 commented Dec 9, 2019

Konstantin  wrote:
Parallel scan is scattering pages between parallel workers.
To fill VectorTupleSlot with data you may need more than one page (unless you make a decision that it can fetch tuples only from single page).
So it should be somehow take in account specific of parallel search.
Also there is special nodes for parallel search so if we want to provide parallel execution for vectorized operations we need also to substitute this nodes with
custom nodes.
@yjhjstz
Copy link

yjhjstz commented Apr 3, 2020

looking forward.

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

2 participants