Add Deploy Operation and Maintenance FAQs#3241
Merged
Merged
Conversation
Contributor
Author
|
/label translation/from-docs-cn |
TomShawn
reviewed
Jul 14, 2020
Contributor
Author
|
/label status/PTAL |
Contributor
Contributor
Author
|
/label needs-cherry-pick-4.0 |
Contributor
5 tasks
Joyinqin
commented
Jul 21, 2020
Joyinqin
commented
Jul 21, 2020
| #### What's the relationship between the TiDB cluster capacity (QPS) and the number of nodes? How does TiDB compare to MySQL? | ||
|
|
||
| - Within 10 nodes, the relationship between TiDB write capacity (Insert TPS) and the number of nodes is roughly 40% linear increase. Because MySQL uses single-node write, its write capacity cannot be scaled. | ||
| - In MySQL, the read capacity can be increased by adding secondary, but the write capacity cannot be increased except using sharding, which has many problems. |
Contributor
Author
There was a problem hiding this comment.
“具体参考方案虽好,成本先行:数据库 Sharding+Proxy 实践解析“是中文文章 英文这里省略掉了。
Joyinqin
commented
Jul 21, 2020
|
|
||
| This is because the address in the startup parameter has been registered in the PD cluster by other TiKVs. Common conditions that cause this error: There is no data folder in the path specified by TiKV `--data-dir` (no update --data-dir after deleting or moving), restart the TiKV with the previous parameters.Please try [store delete](https://github.com/pingcap/pd/tree/55db505e8f35e8ab4e00efd202beb27a8ecc40fb/tools/pd-ctl#store-delete--label--weight-store_id----jqquery-string) function of pd-ctl, delete the previous store, and then restart TiKV. | ||
|
|
||
| #### TiKV primary node and secondary node use the same compression algorithm, why the results are different? |
Contributor
Author
There was a problem hiding this comment.
Not sure whether 'node' can be used here.
Member
|
/merge |
Contributor
|
@lilin90 Oops! This PR requires at least 2 LGTMs to merge. The current number of |
ti-srebot
pushed a commit
to ti-srebot/docs
that referenced
this pull request
Jul 21, 2020
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-4.0 in PR #3362 |
lilin90
added a commit
that referenced
this pull request
Jul 21, 2020
* cherry pick #3241 to release-4.0 Signed-off-by: ti-srebot <ti-srebot@pingcap.com> * Update faq/deploy-and-maintain-faq.md * Update benchmark sysbench link Co-authored-by: JoyinQ <56883733+Joyinqin@users.noreply.github.com> Co-authored-by: Lilian Lee <lilin@pingcap.com>
5 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.
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)?