COMMUNAL_TRUNCATION_STATUS
Stores information on the state of the cluster in the case of a catalog truncation event.
	Eon Mode only
Stores information on the state of the cluster in the case of a catalog truncation event.
| Column Name | Data Type | Description | 
|---|---|---|
| CURRENT_CATALOG_VERSION | VARCHAR | Current value of the catalog truncation version (CTV). | 
| CLUSTER_TRUNCATION_VERSION | VARCHAR | The value of the CTV from the cluster_config.jsonfile. | 
Examples
=> SELECT * FROM COMMUNAL_TRUNCATION_STATUS;
current_catalog_version  | cluster_truncation_version
-------------------------+----------------------------
                    35   |                        35