-
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
infoschema: use BucketMap to reduce cost of table/database creation #12056
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12056 +/- ##
================================================
- Coverage 81.4856% 81.3427% -0.1429%
================================================
Files 447 448 +1
Lines 95758 95716 -42
================================================
- Hits 78029 77858 -171
- Misses 12171 12316 +145
+ Partials 5558 5542 -16 |
/run-all-tests |
@bb7133 Please add some proper labels. BTW, any update on this PR, seems no one is reviewing it? |
@bb7133 Is there any benchmark result to show the performance improvement? |
BTW, the PR is conflicted with the master branch. |
@bb7133, please update your pull request. |
1 similar comment
@bb7133, please update your pull request. |
@bb7133 PR closed due to no update for a long time. Feel free to reopen it anytime. |
What problem does this PR solve?
use BucketMap to reduce the time duration of table/database creation
What is changed and how it works?
a
BucketMap
is added to replace currentmap
inInfoSchema
Check List
Tests
Side effects
Related changes
NA
Release note
NA