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

Introduce query limits at the resource group level #16303

Merged
merged 2 commits into from Jul 21, 2021

Commits on Jul 19, 2021

  1. Support passing per query limits in resource group configuration

    Setting resource group resources on a query for cpu time, execution time,
    and memory usage, adds greater granularity to resource allocation.
    kyleCampbel1 committed Jul 19, 2021
    Copy the full SHA
    242b6bf View commit details
    Browse the repository at this point in the history
  2. Enforce ResourceGroup level query limits

    Enables query manager to kill a query which
    exceeds its resource group allocation.
    kyleCampbel1 committed Jul 19, 2021
    Copy the full SHA
    b237980 View commit details
    Browse the repository at this point in the history