We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe:
CREATE RESOURCE GROUP IF NOT EXISTS rg1 RU_PER_SEC = 100 PRIORITY = HIGH BURSTABLE;
Describe the feature you'd like:
supports setting RU_PER_SEC = unlimited, like the default group settings.
RU_PER_SEC = unlimited
default
and also select * from information_schem.resource_groups list will shown as unlimit
select * from information_schem.resource_groups
unlimit
The text was updated successfully, but these errors were encountered:
cc @HuSharp
Sorry, something went wrong.
/assign
resource_control: support unlimited keyword when setting the resource…
0dff610
… group (#54704) close #54413
20c0687
… group (pingcap#54704) close pingcap#54413
HuSharp
Successfully merging a pull request may close this issue.
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
supports setting
RU_PER_SEC = unlimited
, like thedefault
group settings.and also
select * from information_schem.resource_groups
list will shown asunlimit
The text was updated successfully, but these errors were encountered: