-
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 runtime information for the batch-point-get executor (#18828) #18892
executor: add runtime information for the batch-point-get executor (#18828) #18892
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
This reverts commit 61841ff.
…lease-4.0-c397584065be
Signed-off-by: crazycs520 <crazycs520@gmail.com>
/rebuild |
/run-unit-test |
1 similar comment
/run-unit-test |
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 |
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 |
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 |
cherry-pick #18828 to release-4.0
Signed-off-by: crazycs520 crazycs520@gmail.com
What problem does this PR solve?
As the title said. related PR: #18666
Here is some example of
explain analyze select * from t where a in (1, 2, 3);
Normally
when meet lock:
when tikv restart:
What is changed and how it works?
Related changes
Check List
Tests
Side effects
Release note