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

Investigate and propose Adaptive Join #14408

Open
SunRunAway opened this issue Jan 9, 2020 · 3 comments
Open

Investigate and propose Adaptive Join #14408

SunRunAway opened this issue Jan 9, 2020 · 3 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. sig/execution SIG execution sig/planner SIG: Planner type/enhancement The issue or PR belongs to an enhancement.

Comments

@SunRunAway
Copy link
Contributor

SunRunAway commented Jan 9, 2020

Feature Request

Is your feature request related to a problem? Please describe:

Sometimes optimizer need defer the choise of Hash Join or Index Nested loops Join because it does not have a deterministic statistics.

Describe the feature you'd like:

We need someone who is familiar with planner and executor to drive and propose a plan, and see how we can be benefited with Adaptive Join.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

@SunRunAway SunRunAway added type/enhancement The issue or PR belongs to an enhancement. type/new-feature help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. sig/execution SIG execution sig/planner SIG: Planner labels Jan 9, 2020
@Reminiscent
Copy link
Contributor

/assign

@SunRunAway SunRunAway changed the title Investigate and implement Adaptive Join Investigate and propose Adaptive Join Jan 9, 2020
@SunRunAway
Copy link
Contributor Author

@Reminiscent , Thank you.

What we need to do in this issue is,

  1. Investigate how can we be benefited from Adaptive Join.
  2. If it's really helpful, make a proposal & design docs.

Then let's discuss how we implement in next step.

@qw4990
Copy link
Contributor

qw4990 commented Feb 5, 2020

@Reminiscent Friendly ping, any update 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. sig/execution SIG execution sig/planner SIG: Planner type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

4 participants