-
Notifications
You must be signed in to change notification settings - Fork 709
tutorial: add doc for store limit #2947
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
2 similar comments
configure-store-limit.md
Outdated
|
|
||
| # 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. |
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 see that the Chinese doc says this feature was introduced in 3.0. Please help confirm.
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.
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.
Co-authored-by: Lilian Lee <lilin@pingcap.com>
|
@lilin90 PTAL again. Thanks~ |
|
The changes in pingcap/docs-cn#3831 has been aligned in this commit 2d8c671. |
Co-authored-by: Ryan Leung <rleungx@gmail.com>
lilin90
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
|
/merge |
|
Sorry @lilin90, you don't have permission to trigger auto merge event on this branch. The number of |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3111 |
|
/run-cherry-picker |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.0 in PR #3112 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-3.1 in PR #3113 |
* 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>
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)?