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

[Feature]: Allocate Material Above Nodes #1454

Open
zhangyuqin1998 opened this issue Jul 4, 2023 · 1 comment · May be fixed by #1437
Open

[Feature]: Allocate Material Above Nodes #1454

zhangyuqin1998 opened this issue Jul 4, 2023 · 1 comment · May be fixed by #1437

Comments

@zhangyuqin1998
Copy link

zhangyuqin1998 commented Jul 4, 2023

Use Case
In the volcano model, the pipeline's working mode makes it difficult for us to analyze the actual execution performance of a certain operator. To clarify the data flow of the operator on the timeline for the purpose of analyzing its actual execution performance, material operators can be inserted before and after the operator to divide the data flow.

Describe the solution you'd like
Using hint to insert material operator, using /*+ blocking('all') */ to insert material operator above all operators, using /*+ blocking('dfo') */ to insert material operator above exchange in operators, using /*+ blocking(4, 5, 6) */ to insert material insert material operators before specific operators.

Describe alternatives you've considered

Additional context

@zhangyuqin1998 zhangyuqin1998 linked a pull request Jul 4, 2023 that will close this issue
@hnwyllmm
Copy link
Contributor

hnwyllmm commented Jul 4, 2023

great job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants