sysvar: add 2 sysvars#10662
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
| - Range: `[1, 9223372036854775807]` | ||
| - This variable controls the maximum number of continuous IDs to be allocated for the [`AUTO_RANDOM`](/auto-random.md) or [`SHARD_ROW_ID_BITS`](/shard-row-id-bits.md) attribute. Generally, `AUTO_RANDOM` IDs or the `SHARD_ROW_ID_BITS` annotated row IDs are incremental and continuous in one transaction. You can use this variable to solve the hotspot issue in large transaction scenarios. | ||
|
|
||
| ### tidb_simplified_metrics |
|
/verify |
Co-authored-by: shichun-0415 <89768198+shichun-0415@users.noreply.github.com>
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 034650e |
|
In response to a cherrypick label: new pull request created: #10696. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created: #10697. |
|
In response to a cherrypick label: new pull request created: #10698. |
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)?
close part of #3155
max_allowed_packetdocs-cn#11328 update some system variable docs-cn#11375 system-variable.md: add description for tidb_simplified_metrics docs-cn#11431 update system variable docs-cn#11505Do your changes match any of the following descriptions?