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

The description of The cluster tables for statement summary is wrong #11327

Closed
Mini256 opened this issue Sep 19, 2022 · 1 comment · Fixed by #11330 or pingcap/docs#13088
Closed

The description of The cluster tables for statement summary is wrong #11327

Mini256 opened this issue Sep 19, 2022 · 1 comment · Fixed by #11330 or pingcap/docs#13088
Assignees

Comments

@Mini256
Copy link
Member

Mini256 commented Sep 19, 2022

File: /master/statement-summary-tables.md

这三张表用字段 INSTANCE 表示 TiDB server 的地址,其他字段与 statements_summary 相同。

The statements_summary_evicted table has a different table structure than the other two statements_summary* tables.

INFORMATION_SCHEMA> desc cluster_statements_summary_evicted;
+---------------+-------------+------+-----+---------+-------+
| Field         | Type        | Null | Key | Default | Extra |
+---------------+-------------+------+-----+---------+-------+
| INSTANCE      | varchar(64) | YES  |     | <null>  |       |
| BEGIN_TIME    | timestamp   | YES  |     | <null>  |       |
| END_TIME      | timestamp   | YES  |     | <null>  |       |
| EVICTED_COUNT | bigint(64)  | NO   |     | <null>  |       |
+---------------+-------------+------+-----+---------+-------+
4 rows in set
Time: 0.259s
@Mini256 Mini256 changed the title The description of **The cluster tables for statement summary** is wrong The description of The cluster tables for statement summary is wrong Sep 19, 2022
@qiancai
Copy link
Collaborator

qiancai commented Sep 19, 2022

@Mini256 Thanks for your feedback!

Please check if the doc changes in #11330 can solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants