-
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
Conversation
Signed-off-by: crazycs520 <[email protected]>
/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
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 |
Codecov Report
@@ Coverage Diff @@
## master #18828 +/- ##
===========================================
Coverage 79.1593% 79.1593%
===========================================
Files 547 547
Lines 147855 147855
===========================================
Hits 117041 117041
Misses 21347 21347
Partials 9467 9467 |
/run-all-tests |
@crazycs520 merge failed. |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #18892 |
This reverts commit 61841ff.
…18828) (#18892) Signed-off-by: ti-srebot <[email protected]> Signed-off-by: crazycs520 <[email protected]>
Signed-off-by: crazycs520 [email protected]
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