zhangh43 / vectorize_engine

Other
30 stars 6 forks source link

Support Parallel Scan #3

Open zhangh43 opened 4 years ago

zhangh43 commented 4 years ago
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 commented 4 years ago

looking forward.