Replies: 1 comment 1 reply
-
I asked @oerling this question a while ago. I understood that Velox can be considered both a pull and push model because of the driver loop. It pulls(getOutput) from one operator and pushes(addInput) it to the next operator. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i read the execution in driver, it seems that the sink operator is first called in the control plan, as this shows, I think velox is a pull-base query engine.

Beta Was this translation helpful? Give feedback.
All reactions