RESOURCE_GROUP_ALLOCATION
The RESOURCE_GROUP_ALLOCATION table contains the periodically
sampled available slots for each resource group.
| Column name | Data type | Null (Y or N) | Key (PK or FK) | Comment |
|---|---|---|---|---|
| CLUSTER_NAME | VARCHAR(128) | N | Not applicable | The name of the cluster. |
| RESOURCE_GROUP | VARCHAR(256) | N | PK | The allocated resource group. Note that all is a reserved
value signifying all resource groups that are associated with the consumer." |
| HOSTS | NUMERIC(10) | N | Not applicable | The number of hosts in this resource group. |
| SLOTS | NUMERIC(10) | N | Not applicable | The number of slots in this resource group. |
| FREE | NUMERIC(10) | N | Not applicable | The number of free slots in this resource group. |
| ALLOCATED | NUMERIC(10) | N | Not applicable | The number of allocated slots in this resource group. |
| TIME_STAMP | DATETIME | N | PK | The record sample time in the local cluster time zone. |
| TIME_STAMP_GMT | NUMERIC(13) | N | Not applicable | The record sample time in the GMT time zone. This is the number of milliseconds from midnight, 1 January, 1970. |