Updated on 2025-05-29 GMT+08:00

GS_RESOURCE_PLANS

GS_RESOURCE_PLANS is an instance-level system catalog. As a resource plan main catalog, GS_RESOURCE_PLANS records main information about resource plans.

Column

Type

Description

name

name

Plan name.

mandatory

smallint

Specifies whether a plan can be deleted

1: cannot be deleted.

0: can be deleted.

status

name

Plan status.

  • pending: The plan is in the pending area and does not take effect.
  • active: The plan takes effect.

enabled

boolean

Specifies whether the current plan takes effect.

  • true: The current plan has taken effect.
  • false: The current plan has not taken effect.

comments

text

Remarks of a resource plan.