-
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
*: modify the switch to control global stats #22866
Conversation
/label component/statistics, sig/planner |
/cc @Reminiscent @qw4990 |
/cc @Reminiscent, @qw4990 |
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
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
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@rebelice merge failed. |
/run-tics-test tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
1 similar comment
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
2 similar comments
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
1 similar comment
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
3 similar comments
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
/run-all-tests tidb-test=pr/1163 |
/run-integration-copr-test tidb-test=pr/1163 |
/merge |
@rebelice: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
@rebelice: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/run-all-tests tidb-test=pr/1163 |
/run-unit-test tidb-test=pr/1163 |
What problem does this PR solve?
sub-PR for the PR #22472
Problem Summary:
We modify the switch to control global-stats.
Use
tidb_partition_prune_mode
to control global-stats.There are two modes:
static
dynamic
design doc: link
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note