-
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
executor: Add the HashAggExec runtime information (#20577) #21304
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
@jyz0309 you're already a collaborator in bot's repo. |
@qw4990, @XuHuaiyu, @crazycs520, PTAL. |
1 similar comment
@qw4990, @XuHuaiyu, @crazycs520, PTAL. |
@qw4990, @XuHuaiyu, @crazycs520, PTAL. |
@ti-srebot: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@qw4990, @XuHuaiyu, @crazycs520, PTAL. |
New feature, we do not need to cherrypick it to release-4.0 |
cherry-pick #20577 to release-4.0
What problem does this PR solve?
Problem Summary:
Currently, the runtime stats of IndexMergeReaderExecutor is hard to understand, here is an example:
What is changed and how it works?
What's Changed:
Add runtime stats for HashAggExec, and add the String()、Merge()、Tp() for it.
Before this pr:
After this pr
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note