-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: show memory consumption in slow query log #10162
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10162 +/- ##
===========================================
Coverage ? 77.9414%
===========================================
Files ? 405
Lines ? 82331
Branches ? 0
===========================================
Hits ? 64170
Misses ? 13420
Partials ? 4741 |
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 |
All conflicts have been resolved, PTAL. |
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 |
What problem does this PR solve?
Add memory consumption in slow query log.
What is changed and how it works?
maxBytes
intomem.Tracker
to trace max number of bytes memory consumed during execution.SlowLogFormat
to add memory consumption in slow log.Check List
Tests