-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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, executor: enable inline projection for Limit #20288
Conversation
…r_limit_inline_proj
…r_limit_inline_proj
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-unit-test |
All comments are addressed or replied, PTAL~ @SunRunAway (Failure of unit-test was caused by
|
This comment has been minimized.
This comment has been minimized.
/reward 750 |
This PR's linked issue is not picked. |
/cc @XuHuaiyu |
/reward 750 |
Reward success. |
/cc @qw4990 |
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
/merge |
/run-all-tests |
@pingyu merge failed. |
/run-all-tests |
/merge |
/run-all-tests |
@pingyu, Congratulations, you get 750 in this PR, and your total score is 750 in high-performance challenge program. MoreTip : None Warning: cc: Mentor @SunRunAway |
What problem does this PR solve?
Issue Number: part of #14428
Problem Summary:
Implement inline projection for Limit, part of #14428.
What is changed and how it works?
What's Changed:
Enable inline projection for LIMIT.
How it Works:
markChildrenUsedCols
is applied to Limit.Benchmark:
About 10x faster for a simple
select i from t where j=1 limit 10000,10000
(
i
&j
are both LongLong fields)Related changes
pingcap/docs
/pingcap/docs-cn
:No.
No.
Check List
Tests
Side effects
No.
No.
No.
Release note