-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Enhancement] Reduce the memory useage of TableStatistic (backport #50316) #50373
Conversation
Cherry-pick of 16ca57c has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr |
8e570d8
to
bc073bb
Compare
Signed-off-by: Seaven <[email protected]> (cherry picked from commit 16ca57c)
bc073bb
to
5c77754
Compare
Quality Gate passedIssues Measures |
Why I'm doing:
What I'm doing:
to reduce memory usage
for avoid bugs: will init too much cacheKey when the data of statistics table is error (history bugs, doesn't delete statistics rows when truncate table or drop partitions).
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
This is an automatic backport of pull request #50316 done by [Mergify](https://mergify.com). ## Why I'm doing: ![image](https://github.com/user-attachments/assets/e75b9508-936d-491b-8d69-7ca3c376b16e) ![image](https://github.com/user-attachments/assets/6b8be65b-ac0a-43da-b99e-36f6b28092d8)
What I'm doing:
to reduce memory usage
for avoid bugs: will init too much cacheKey when the data of statistics table is error (history bugs, doesn't delete statistics rows when truncate table or drop partitions).
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist: