-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner: enhance index join for more scenarios #10540
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10540 +/- ##
================================================
- Coverage 77.3197% 77.2872% -0.0325%
================================================
Files 413 413
Lines 87327 86982 -345
================================================
- Hits 67521 67226 -295
+ Misses 14609 14594 -15
+ Partials 5197 5162 -35 |
/run-all-tests |
/rebuild |
1 similar comment
/rebuild |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/run-integration-common-test |
What problem does this PR solve?
Let more scenarios can choose index join.
Mainly to speed up some heavy query in TPC-C under current arch.
What is changed and how it works?
If some cases satisfy following property, we'll let it have a a try on index join:
Check List
Tests
Code changes
Side effects