Skip to content

Conversation

@wjhuang2016
Copy link
Member

@wjhuang2016 wjhuang2016 commented Jun 3, 2020

Signed-off-by: wjhuang2016 huangwenjun1997@gmail.com

What is changed, added or deleted? (Required)

Which TiDB version(s) do your changes apply to? (Required)

  • master (the latest development version)
  • v4.0 (TiDB 4.0 versions)
  • v3.1 (TiDB 3.1 versions)
  • v3.0 (TiDB 3.0 versions)
  • v2.1 (TiDB 2.1 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
@TomShawn TomShawn added needs-cherry-pick-4.0 translation/doing This PR’s assignee is translating this PR. labels Jun 3, 2020
@TomShawn TomShawn self-assigned this Jun 3, 2020
@TomShawn
Copy link
Contributor

TomShawn commented Jun 3, 2020

@djshow832 PTAL again

@TomShawn TomShawn self-requested a review June 3, 2020 08:43
* `COLUMN_NAME`: 列名。请参见表达式列的说明。
* `COLLATION`: 列在索引中的排序方式。它可以有值 `A` (升序)、`D` (降序)或 `NULL` (未排序)。
* `CARDINALITY`: 索引中唯一值的数量的估计。要更新这个数字,运行 `ANALYZE TABLE`
* `SUB_PART`: 索引的前缀。如果只对列的部分前缀索引,则为索引字符的数量;如果对整个列进行索引,则为 `NULL`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* `SUB_PART`: 索引的前缀。如果只对列的部分前缀索引,则为索引字符的数量;如果对整个列进行索引,则为 `NULL`
* `SUB_PART`: 索引的前缀。如果只对列的部分前缀索引,则为索引字符的数量如;果对整个列进行索引,则为 `NULL`

* `PACKED`: TiDB 未使用该字段。这个值总是 `NULL`
* `NULLABLE`: 如果列可能包含空值,则值为 `YES`;如果不包含,则值为 `''`
* `INDEX_TYPE`: 索引的类型。
* `COMMENT`: 索引没有在列中描述的信息。
Copy link
Contributor

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.

wjhuang2016 and others added 5 commits June 16, 2020 14:45
Co-authored-by: djshow832 <zhangming@pingcap.com>
Co-authored-by: djshow832 <zhangming@pingcap.com>
Co-authored-by: djshow832 <zhangming@pingcap.com>
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
Copy link
Contributor

@crazycs520 crazycs520 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

TomShawn and others added 3 commits June 17, 2020 19:23
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
@TomShawn
Copy link
Contributor

LGTM

@ti-srebot ti-srebot added the status/LGT1 Indicates that a PR has LGTM 1. label Jul 30, 2020
@yikeke yikeke assigned ireneontheway and unassigned TomShawn Jul 30, 2020
@yikeke yikeke added the require-LGT1 Indicates that the PR requires an LGTM. label Jul 30, 2020
@yikeke
Copy link
Contributor

yikeke commented Jul 30, 2020

/merge

@ti-srebot ti-srebot added the status/can-merge Indicates a PR has been approved by a committer. label Jul 30, 2020
@ti-srebot
Copy link
Contributor

/run-all-tests

@ti-srebot ti-srebot merged commit b80a3e3 into pingcap:master Jul 30, 2020
ti-srebot pushed a commit to ti-srebot/docs-cn that referenced this pull request Jul 30, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-srebot
Copy link
Contributor

cherry pick to release-4.0 in PR #4118

ti-srebot added a commit that referenced this pull request Jul 30, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: wjHuang <huangwenjun1997@gmail.com>
* `JOB_INFO`: 任务信息。
* `PROCESSED_ROWS`: 已经处理的行数。
* `START_TIME`: 开始时间。
* `STATE`: 状态。包括 `padding``running``finished``failed`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

padding 还是 pending? @wjhuang2016

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yikeke yikeke assigned yikeke and unassigned ireneontheway Jul 30, 2020
yikeke pushed a commit to yikeke/docs-cn that referenced this pull request Jul 30, 2020
@yikeke yikeke added translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR. and removed translation/doing This PR’s assignee is translating this PR. labels Jul 31, 2020
ti-srebot added a commit that referenced this pull request Aug 5, 2020
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

require-LGT1 Indicates that the PR requires an LGTM. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. translation/done This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants