This system table lists all the consumer groups known to the system. All users have access to the table.
| Column Name | Description | 
|---|---|
| CONSUMER_GROUP_NAME | Name of the consumer group | 
| CONSUMER_GROUP_ID | ID of the consumer group | 
| CPU_WEIGHT | CPU Weight of the consumer group | 
| PRECEDENCE | Precedence attribute of a consumer group used for tiebreaking | 
| GROUP_TEMP_DB_RAM_LIMIT | Limit for Temp DB RAM usage by all sessions in the consumer group in MiB | 
| USER_TEMP_DB_RAM_LIMIT | Limit for Temp DB RAM usage by all sessions of a user in the consumer group in MiB | 
| SESSION_TEMP_DB_RAM_LIMIT | Limit for Temp DB RAM usage by each session in MiB | 
| CREATED | Timestamp when the consumer group was created | 
| CONSUMER_GROUP_COMMENT | Comment on the consumer group | 
| QUERY_TIMEOUT | Duration (in seconds) a statement may run before it is terminated | 
| IDLE_TIMEOUT | Duration (in seconds) a session is terminated due to inactivity |