CRITICAL_SUBCLUSTERS
This table only has contents when the database is in Eon Mode and when one or more subclusters are critical.
Column Name | Data Type | Description |
---|---|---|
SUBCLUSTER_OID |
INTEGER |
Unique identifier for the subcluster. |
SUBCLUSTER_NAME | VARCHAR | The name of the subcluster in a critical state. |
Example
=> SELECT * FROM critical_subclusters; subcluster_oid | subcluster_name -------------------+-------------------- 45035996273704996 | default_subcluster (1 row)