The gp_toolkit.gp_resgroup_config view allows administrators to see the current CPU, memory, and concurrency limits for a resource group.

    Note

    The gp_resgroup_config view is valid only when resource group-based resource management is active.

    columntypereferencesdescription
    groupidoidpg_resgroup.oidThe ID of the resource group.
    groupnamenamepg_resgroup.rsgnameThe name of the resource group.
    concurrencytextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 1The concurrency (CONCURRENCY) value specified for the resource group.
    cpu_rate_limittextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 2The CPU limit (CPU_RATE_LIMIT) value specified for the resource group, or -1.
    memory_limittextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 3The memory limit (MEMORY_LIMIT) value specified for the resource group.
    memory_shared_quotatextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 4The shared memory quota (MEMORY_SHARED_QUOTA) value specified for the resource group.
    memory_spill_ratiotextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 5The memory spill ratio (MEMORY_SPILL_RATIO) value specified for the resource group.
    memory_auditortextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 6The memory auditor in use for the resource group.
    cpusettextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 7The CPU cores reserved for the resource group, or -1.

    Parent topic: System Catalogs Definitions