RESOURCE_ POOLS
On this page
This view contains information about resource pools.
For more information about these fields, see CREATE RESOURCE POOL.
|
Column Name |
Description |
|---|---|
|
|
The name of a given resource pool. |
|
|
The percentage of available memory that the given resource pool is allowed to use. |
|
|
The number of seconds after which a resource pool is set to cancel queries. |
|
|
The maximum number of concurrent queries that can be run across all aggregators at a time for a given resource pool. |
|
|
An integer between 1 to 100. |
|
|
An integer between 1 to 100. |
|
|
The maximum number of queries that will be queued when |
CPU Limit Semantics
For both SOFT_ and HARD_, the percentage is applied to the available CPU capacity on each node:
-
On bare‑metal or VM‑based deployments, this capacity is based on the host CPU resources visible to the node.
-
On Kubernetes‑based deployments, resource governance is
cgroup‑aware.The effective CPU capacity is the minimum of the host cores and the cgroupCPU limit configured for the container, and pool percentages are enforced relative to this effective capacity.
Last modified: February 4, 2026