-
Notifications
You must be signed in to change notification settings - Fork 85
prepare: filter databases before show table status #324
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: f375384
|
In response to a cherrypick label: new pull request created: #336. |
In response to a cherrypick label: new pull request created: #337. |
In response to a cherrypick label: new pull request created: #338. |
In response to a cherrypick label: new pull request created: #367. |
What problem does this PR solve?
In #305, we have switched the method to get table info to
SHOW TABLE STATUS
. To reduce the access to databases, we'd better filter databases before we executingSHOW TABLE STATUS
.What is changed and how it works?
Filter databases before
SHOW TABLE STATUS
throughconf.Filter
.Check List
Tests
Dump databases and check the log. The databases are filtered before
SHOW TABLE STATUS
.Related changes
Release note