gp_resgroup_config

gp_toolkit.gp_resgroup_config视图允许管理员查看资源组的当前CPU,内存和并发限制。 该视图还显示建议的限制设置。 当限制被更改时,建议的限制将不同于当前限制,但新值不能立即应用。

Note: 仅当基于资源组的资源管理处于活动状态时,gp_resgroup_config视图才有效。

Table 1. gp_toolkit.gp_resgroup_config
类型参考描述
groupidoidpg_resgroup.oid资源组的OID。
groupnamenamepg_resgroup.rsgname资源组的名称。
concurrencytextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 1为资源组指定的并发(CONCURRENCY)值。
proposed_concurrencytextpg_resgroupcapability.proposed for pg_resgroupcapability.reslimittype = 1资源组的挂起并发值。
cpu_rate_limittextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 2为资源组指定的CPU限制(CPU_RATE_LIMIT)值,或-1。
memory_limittextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 3为资源组指定的内存限制(MEMORY_LIMIT)值。
proposed_memory_limittextpg_resgroupcapability.proposed for pg_resgroupcapability.reslimittype = 3资源组的挂起内存限制值。
memory_shared_quotatextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 4为资源组指定的共享内存配额(MEMORY_SHARED_QUOTA)值。
proposed_memory_shared_quotatextpg_resgroupcapability.proposed for pg_resgroupcapability.reslimittype = 4资源组的挂起共享内存配额值。
memory_spill_ratiotextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 5为资源组指定的内存溢出率(MEMORY_SPILL_RATIO)值。
proposed_memory_spill_ratiotextpg_resgroupcapability.proposed for pg_resgroupcapability.reslimittype> = 5资源组的待处理内存溢出比率值。
memory_auditortextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 6用于资源组的内存审计器。
cpusettextpg_resgroupcapability.value for pg_resgroupcapability.reslimittype = 7为资源组保留的CPU核心,或-1。

Parent topic: 系统目录定义