Replace node number with node count#20549
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| Although TiKV is mainly used for data storage, the performance of the TiKV node also varies depending on different workloads. Therefore, when planning the number of TiKV nodes, you need to estimate it according to both your [**data volume**](#estimate-tikv-node-number-according-to-data-volume) and [expected performance](#estimate-tikv-node-number-according-to-expected-performance), and then take the larger of the two estimates as the recommended node count. | ||
|
|
||
| #### Estimate TiKV node number according to data volume | ||
| #### Estimate TiKV node nucountmber according to data volume |
There was a problem hiding this comment.
| #### Estimate TiKV node nucountmber according to data volume | |
| #### Estimate TiKV node count according to data volume |
|
PRs for TiDB Cloud should be created based on the v8.1 branch instead of master. Can you change it to the v8.1 branch? Thanks. |
Just changing the base branch |
Opened #20811 for the release-8.1 branch. |
What is changed, added or deleted? (Required)
The current "node number" refers to the specific identification or label given to each instance. "node count" should refers to the quantity or count of instances, that is needed here. I think "the number of TiDB/TiFlash nodes" are fine.
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Instance NumberwithNumber of Instances#14639 there was a similar pull request that replaces the instance number with number of nodes. In this pull request, I use the count to make differences smaller.Do your changes match any of the following descriptions?