Skip to content

gp_id

The gp_id system catalog table identifies the WarehousePG cluster name and number of segments for the system. It also has local values for the particular database instance (segment or coordinator) on which the table resides. This table is defined in the pg_global tablespace, meaning it is globally shared across all databases in the system.

columntypereferencesdescription
gpnamenameThe name of this WarehousePG cluster.
numsegmentssmallintThe number of segments in the WarehousePG cluster.
dbidsmallintThe unique identifier of this segment (or coordinator) instance.
contentsmallintThe ID for the portion of data on this segment instance. A primary and its mirror will have the same content ID.

For a segment the value is from 0-N-1, where N is the number of segments in WarehousePG.

For the coordinator, the value is -1.

Parent topic: System Catalogs Definitions