We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
Analyze a table, and use select * from INFORMATION_SCHEMA.TIDB_HOT_REGIONS.
select * from INFORMATION_SCHEMA.TIDB_HOT_REGIONS
The hot regions' statistics
Use SQL:
Directly use pd-ctl hot read:
» hot read { ... "as_leader": { "1": { ... "statistics": [ { "store_id": 1, "region_id": 25885, "hot_degree": 3, ... "flow_bytes": 120523.79999999999, "flow_keys": 493.95, ... } ] }, "116": { ... "statistics": [ { "store_id": 116, "region_id": 55531, "hot_degree": 8, ... "flow_bytes": 39862.28333333333, "flow_keys": 6.491666666666666, ... } ] }, "88": { ... "statistics": [ { "store_id": 88, "region_id": 25947, "hot_degree": 3, ... "flow_bytes": 123419.26666666666, "flow_keys": 505.8166666666667, ... } ] } } }
Release Version: v4.0.8 Edition: Community Git Commit Hash: 66ac9fc31f1733e5eb8d11891ec1b38f9c422817 Git Branch: heads/refs/tags/v4.0.8 UTC Build Time: 2020-10-30 08:21:16 GoVersion: go1.13 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false
The text was updated successfully, but these errors were encountered:
Note: Make Sure that 'component', and 'severity' labels are added Example for how to fill out the template: #20100
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Analyze a table, and use
select * from INFORMATION_SCHEMA.TIDB_HOT_REGIONS
.2. What did you expect to see? (Required)
The hot regions' statistics
3. What did you see instead (Required)
Use SQL:
Directly use pd-ctl hot read:
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: