Skip to content
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

RU: The ability of resource control to limit large SQL is week #8999

Open
AndreMouche opened this issue Jan 15, 2025 · 0 comments
Open

RU: The ability of resource control to limit large SQL is week #8999

AndreMouche opened this issue Jan 15, 2025 · 0 comments
Labels
component/resource-control type/enhancement The issue or PR belongs to an enhancement.

Comments

@AndreMouche
Copy link
Member

Enhancement Task

The ability of resource control to limit large SQL is weak because RU consumption is deducted when the KV request returns, causing limitations on the resource usage of related SQL based on ru_per_sec to be ineffective when there are high concurrent KV requests or a single KV request consumes a large amount of RUs.
From the RU(MAX) panel in the resource control panel, it can be seen that the maximum RU consumption of related resource groups frequently exceeds ru_per_sec, indicating that large SQL queries are not effectively restricted.

@AndreMouche AndreMouche added type/enhancement The issue or PR belongs to an enhancement. component/resource-control labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/resource-control type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant