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]: task skew in nested loop join #1494

Open
zhangyuqin1998 opened this issue Aug 7, 2023 · 1 comment
Open

[Feature]: task skew in nested loop join #1494

zhangyuqin1998 opened this issue Aug 7, 2023 · 1 comment
Assignees

Comments

@zhangyuqin1998
Copy link

Use Case

When the data volume is small, only a few granules will be partitioned, which leads to some threads being idle. In the nested loop join scenario, load skew will seriously slow down the execution speed.
Describe the solution you'd like

Inserting a shuffle operator above the left table in a nested loop join balances the load.
Describe alternatives you've considered

Additional context

@hnwyllmm
Copy link
Contributor

hnwyllmm commented Aug 7, 2023

Assign it to you.

@zhangyuqin1998 zhangyuqin1998 changed the title [Feature]: task skew in nested loop [Feature]: task skew in nested loop join Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants