-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update document for system-table-information-schema.md #3470
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
Conversation
|
@djshow832 PTAL again |
| * `COLUMN_NAME`: 列名。请参见表达式列的说明。 | ||
| * `COLLATION`: 列在索引中的排序方式。它可以有值 `A` (升序)、`D` (降序)或 `NULL` (未排序)。 | ||
| * `CARDINALITY`: 索引中唯一值的数量的估计。要更新这个数字,运行 `ANALYZE TABLE`。 | ||
| * `SUB_PART`: 索引的前缀。如果只对列的部分前缀索引,则为索引字符的数量;如果对整个列进行索引,则为 `NULL`。 |
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.
| * `SUB_PART`: 索引的前缀。如果只对列的部分前缀索引,则为索引字符的数量;如果对整个列进行索引,则为 `NULL`。 | |
| * `SUB_PART`: 索引的前缀。如果只对列的部分前缀索引,则为索引字符的数量如;果对整个列进行索引,则为 `NULL`。 |
| * `PACKED`: TiDB 未使用该字段。这个值总是 `NULL`。 | ||
| * `NULLABLE`: 如果列可能包含空值,则值为 `YES`;如果不包含,则值为 `''`。 | ||
| * `INDEX_TYPE`: 索引的类型。 | ||
| * `COMMENT`: 索引没有在列中描述的信息。 |
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.
I don't understand. Please rephrase it.
Co-authored-by: djshow832 <zhangming@pingcap.com>
Co-authored-by: djshow832 <zhangming@pingcap.com>
Co-authored-by: djshow832 <zhangming@pingcap.com>
crazycs520
left a comment
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
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
|
LGTM |
|
/merge |
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #4118 |
| * `JOB_INFO`: 任务信息。 | ||
| * `PROCESSED_ROWS`: 已经处理的行数。 | ||
| * `START_TIME`: 开始时间。 | ||
| * `STATE`: 状态。包括 `padding`、`running`、`finished` 和 `failed`。 |
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.
padding 还是 pending? @wjhuang2016
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.
Confirmed that pending is correct. Fixed in https://github.com/pingcap/docs-cn/pull/4109/files#diff-304d268879d55212fc021e3b9a605b29R60 and https://github.com/pingcap/docs/pull/3470/files#diff-304d268879d55212fc021e3b9a605b29R60
…4109) * update information-schema.md * add 6 files * add 5 files * add 5 files * add commits from #3470 * Update information-schema/information-schema-analyze-status.md * add 3 files and rename another file * rename/update a file * rename cluster-hardware * rename/update a file * rename/update cluster-systeminfo * rename/update cluster-log * rename/update metrics-summary and metrics-tables * rename/update inspection-result * rename/update inspection-summary * rename/update metrics-schema.md * rename/update mysql Schema * rename/update sql-diagnostics * Update TOC.md * fix links * Update information-schema.md * add 6 files * add a file * fix 2 links * Update faq/deploy-and-maintain-faq.md * Update faq/deploy-and-maintain-faq.md * Update information-schema/information-schema-cluster-config.md Co-authored-by: kissmydb <likun@pingcap.com> * Apply suggestions from code review Co-authored-by: kissmydb <likun@pingcap.com> Co-authored-by: Lilian Lee <lilin@pingcap.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Signed-off-by: wjhuang2016 huangwenjun1997@gmail.com
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?