Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

bb7133
Copy link
Member

@bb7133 bb7133 commented Sep 5, 2019

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 current map in InfoSchema

Check List

Tests

  • Unit test
  • Integration test

Side effects

  • Increased code complexity

Related changes

NA

Release note

NA

@codecov
Copy link

codecov bot commented Sep 5, 2019

Codecov Report

Merging #12056 into master will decrease coverage by 0.1428%.
The diff coverage is 85.8267%.

@@               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

@bb7133
Copy link
Member Author

bb7133 commented Sep 5, 2019

/run-all-tests

@zz-jason
Copy link
Member

@bb7133 Please add some proper labels. BTW, any update on this PR, seems no one is reviewing it?

@zz-jason
Copy link
Member

@bb7133 Is there any benchmark result to show the performance improvement?

@zz-jason
Copy link
Member

BTW, the PR is conflicted with the master branch.

@sre-bot
Copy link
Contributor

sre-bot commented Jan 5, 2020

@bb7133, please update your pull request.

1 similar comment
@sre-bot
Copy link
Contributor

sre-bot commented Jan 12, 2020

@bb7133, please update your pull request.

@sre-bot
Copy link
Contributor

sre-bot commented Jan 28, 2020

@bb7133 PR closed due to no update for a long time. Feel free to reopen it anytime.

@sre-bot sre-bot closed this Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/infoschema type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants