-
Notifications
You must be signed in to change notification settings - Fork 605
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
batch: Execute root fragment task in frontend. #3269
Comments
There are two cases:
|
Totally agree. By the way, the plan generated by optimizers should always satisfies
(My point is, if not so, please raise a bug :D) |
For 2, there are two cases:
Obviously 2.1 can be scheduled on frontend, while 2.2 can't. For 2.2 I would suggest to add a singleton exchange on top of table scan so that all three cases can be executed in same way, and we don't need to maintain another code branch for execution. |
+1, but we already had one.
|
Currently the root fragment of mpp query is executed in compute node. It would be better to move it to frontend to reduce schedule and pull data latency.
The text was updated successfully, but these errors were encountered: