statistics: add docs for version 2#5164
Merged
ran-huang merged 11 commits intopingcap:masterfrom Dec 30, 2020
Merged
Conversation
statistics.md
Outdated
| | repeats | 最大值出现的次数 | | ||
| | lower_bound | 最小值 | | ||
| | upper_bound | 最大值 | | ||
| | ndv | 不同值的个数,当 analyze version 为 1 时,该值没有实际意义,因此会有 count 不为 0,但 ndv 为 0 的情况 | |
Member
There was a problem hiding this comment.
直接说 version 为 1 时恒为 0 没有意义是不是会清晰一些?
statistics.md
Outdated
Comment on lines
+13
to
+14
| | 列的Count-Min Sketch | √ | × | | ||
| | 索引的Count-Min Sketch | √ | × | |
Contributor
|
@time-and-fate, @qw4990, PTAL. |
Contributor
|
@winoros, please update your pull request. |
Contributor
|
@time-and-fate, @qw4990, PTAL. |
Contributor
|
@winoros, please update your pull request. |
This was referenced Dec 29, 2020
Contributor
|
@time-and-fate, Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments. See the corresponding SIG page for more information. Related SIG: docs(slack). |
ran-huang
reviewed
Dec 30, 2020
ran-huang
reviewed
Dec 30, 2020
ran-huang
approved these changes
Dec 30, 2020
Signed-off-by: Ran <huangran@pingcap.com>
ti-srebot
pushed a commit
to ti-srebot/docs-cn
that referenced
this pull request
Dec 30, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
10 tasks
Contributor
|
cherry pick to release-5.0 in PR #5217 |
ran-huang
pushed a commit
that referenced
this pull request
Dec 30, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: Yiding Cui <winoros@gmail.com>
10 tasks
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First-time contributors' checklist
What is changed, added or deleted? (Required)
Add descption about the analyze's changes based on the variable
tidb_analyze_versionWhich TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?