tutorial: add doc for store limit#2947
Merged
Merged
Conversation
Contributor
2 similar comments
Contributor
Contributor
lilin90
reviewed
Jun 30, 2020
|
|
||
| # Store Limit | ||
|
|
||
| Store Limit is a feature of PD, introduced in TiDB 4.0. It is designed to control the scheduling speed in a finer manner for better performance in different scenarios. |
Member
There was a problem hiding this comment.
I see that the Chinese doc says this feature was introduced in 3.0. Please help confirm.
Contributor
Author
There was a problem hiding this comment.
Just confirmed with the author. This is a 3.0 feature, but we don't have the relevant docs for v3.0 and v3.1 yet, which are slightly different from the dev version.
He'll create a PR to add them.
ran-huang
commented
Jun 30, 2020
Co-authored-by: Lilian Lee <lilin@pingcap.com>
Contributor
Author
|
@lilin90 PTAL again. Thanks~ |
Contributor
Author
|
The changes in pingcap/docs-cn#3831 has been aligned in this commit 2d8c671. |
rleungx
reviewed
Jul 1, 2020
ran-huang
commented
Jul 1, 2020
ran-huang
commented
Jul 1, 2020
Co-authored-by: Ryan Leung <rleungx@gmail.com>
Contributor
Author
rleungx
approved these changes
Jul 1, 2020
Member
|
/merge |
Contributor
|
Sorry @lilin90, you don't have permission to trigger auto merge event on this branch. The number of |
ti-srebot
pushed a commit
to ti-srebot/docs
that referenced
this pull request
Jul 2, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-4.0 in PR #3111 |
Contributor
Author
|
/run-cherry-picker |
ti-srebot
pushed a commit
to ti-srebot/docs
that referenced
this pull request
Jul 2, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-3.0 in PR #3112 |
ti-srebot
pushed a commit
to ti-srebot/docs
that referenced
this pull request
Jul 2, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-3.1 in PR #3113 |
ran-huang
added a commit
that referenced
this pull request
Jul 3, 2020
* cherry pick #2947 to release-4.0 Signed-off-by: ti-srebot <ti-srebot@pingcap.com> * align with pingcap/docs-cn#3832 Co-authored-by: Ran <huangran@pingcap.com>
ran-huang
added a commit
that referenced
this pull request
Jul 3, 2020
ran-huang
added a commit
that referenced
this pull request
Jul 3, 2020
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.
What is changed, added or deleted? (Required)
Add doc for store limit.
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?