-
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
builder: support EXPLAIN ANALYZE to display RU statistical information #42080
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Skipping CI for Draft Pull Request. |
4e9b624
to
f65c183
Compare
5a4c06e
to
9708157
Compare
/cc @glorv @tiancaiamao @nolouch PTAL, thx. |
9708157
to
f4c561e
Compare
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.
maybe we no need to make it visible by default. How about control it by a session variable? such as mysql has a variable like :
SET @@explain_format=DEFAULT;
Upon examining the |
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, please update go.mod when the dependency is ready.
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/merge |
This pull request has been accepted and is ready to merge. Commit hash: be2b21a
|
/retest |
/test unit-test |
1 similar comment
/test unit-test |
@JmPotato: The specified target(s) for
Use In response to this:
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. |
/test unit-test |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/merge |
This pull request has been accepted and is ready to merge. Commit hash: fa2d0a9
|
/test unit-test |
Signed-off-by: JmPotato <ghzpotato@gmail.com>
/test check_dev |
@JmPotato: The specified target(s) for
Use In response to this:
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. |
/retest |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 09200b6
|
/test check-dev |
pingcap#353) * builder: support EXPLAIN ANALYZE to display RU statistical information (pingcap#42080) Signed-off-by: nolouch <nolouch@gmail.com> --------- Signed-off-by: nolouch <nolouch@gmail.com> Co-authored-by: JmPotato <ghzpotato@gmail.com>
What problem does this PR solve?
Issue Number: close #41972, #42087.
Problem Summary:
EXPLAIN ANALYZE
to display RU statistical information.What is changed and how it works?
See tikv/client-go#732 for more details.
Check List
Tests
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.