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

[Improvement]: Mixed Format KeyedTable Self-Optimizing supports bin-packing tasks after splitting tasks by nodes #2438

Open
3 tasks done
wangtaohz opened this issue Dec 15, 2023 · 0 comments · May be fixed by #2446
Open
3 tasks done

Comments

@wangtaohz
Copy link
Contributor

wangtaohz commented Dec 15, 2023

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

The Mixed Format KeyedTable splits tasks based on nodes (hash). If the number of split tasks is insufficient, it will lead to inadequate concurrent utilization by the optimizer, resulting in a longer process execution time.
image

How should we improve?

We should use bin-packing to split the files in one node into several tasks when it's necessary.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

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.

1 participant