-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
system-variables: add @@global.tidb_accelerate_user_creation_update #19834
base: master
Are you sure you want to change the base?
Conversation
system-variables.md
Outdated
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否 | ||
- 类型:布尔型 | ||
- 默认值:`OFF` | ||
- 当系统中创建的 SQL 用户数量过多(比如10万以上)之后,创建用户/修改密码/设置权限等一些操作会受到比较严重的性能影响。原因是每次用户更新会涉及重新加载全部用户数据,这样的场景下建议将该变量设置为 `ON`。 |
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.
打开有什么副作用需要说明么?
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.
打开完全没有任何副作用...
感觉下个版本默认打开算了
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.
@tiancaiamao 打开应该是用户登录最长有 100ms 左右的延迟。这个等客户后续的测试反馈,如果比较好,我们在下一个 LTS 版本修改默认值吧。
@lcwangchao: 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-sigs/prow repository. |
@Frank945946: 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-sigs/prow repository. |
system-variables.md
Outdated
- 是否受 Hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value) 控制:否 | ||
- 类型:布尔型 | ||
- 默认值:`OFF` | ||
- 当系统中创建的 SQL 用户数量过多(比如10万以上)之后,创建用户/修改密码/设置权限等一些操作会受到比较严重的性能影响。原因是每次用户更新会涉及重新加载全部用户数据,这样的场景下建议将该变量设置为 `ON`。 |
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.
@tiancaiamao 打开应该是用户登录最长有 100ms 左右的延迟。这个等客户后续的测试反馈,如果比较好,我们在下一个 LTS 版本修改默认值吧。
@Frank945946: 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-sigs/prow repository. |
Co-authored-by: Frank945946 <108602632+Frank945946@users.noreply.github.com>
[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 |
First-time contributors' checklist
What is changed, added or deleted? (Required)
pingcap/tidb#58512
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)?
pingcap/tidb#58512
This PR is translated from: system-variables: add @@global.tidb_accelerate_user_creation_update docs#20290
Other reference link(s):
Do your changes match any of the following descriptions?