-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: txn limit shift to 1TB #15363
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
base: master
Are you sure you want to change the base?
feat: txn limit shift to 1TB #15363
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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @Oreoxmt |
@you06 Could you please help review this? |
@you06: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Removed the needs-cherry-pick-release-7.3 label because the v7.3 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v7.3 and will no longer receive new updates |
Removed the needs-cherry-pick-release-7.4 label because the v7.4 docs have been archived at https://docs-archive.pingcap.com/zh/tidb/v7.4 and will no longer receive new updates. |
Icemap seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
- TiDB v4.0 及更高版本中,可通过 tidb-server 配置项 [`performance.txn-total-size-limit`](/tidb-configuration-file.md#txn-total-size-limit) 调整,默认值为 100MB,最大限制为 1TB。 | ||
- TiDB v6.5 及更高版本中,支持的单个事务容量默认受到 [memory control](/configure-memory-usage.md) 的控制,若手动设置 `performance.txn-total-size-limit` ,可以控制事务大小最大为 1 TB。 |
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.
- TiDB v4.0 及更高版本中,可通过 tidb-server 配置项 [`performance.txn-total-size-limit`](/tidb-configuration-file.md#txn-total-size-limit) 调整,默认值为 100MB,最大限制为 1TB。 | |
- TiDB v6.5 及更高版本中,支持的单个事务容量默认受到 [memory control](/configure-memory-usage.md) 的控制,若手动设置 `performance.txn-total-size-limit` ,可以控制事务大小最大为 1 TB。 | |
- TiDB v4.0 及更高版本中,可通过 tidb-server 配置项 [`performance.txn-total-size-limit`](/tidb-configuration-file.md#txn-total-size-limit) 调整,默认值为 `100MB`,最大限制为 `1TB`。 | |
- TiDB v6.5 及更高版本中,支持的单个事务容量默认受到 [memory control](/configure-memory-usage.md) 的控制,若手动设置 `performance.txn-total-size-limit` ,可以控制事务大小最大为 `1TB`。 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
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 (in Chinese).
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?