Feature
This view displays the information about the major compactions of zones in the current tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| ZONE | varchar(128) | NO | The name of the zone. |
| BROADCAST_SCN | bigint(20) unsigned | NO | The major compaction version that is broadcasted. |
| LAST_SCN | bigint(20) unsigned | NO | The version number of the last major compaction. |
| LAST_FINISH_TIME | timestamp(6) | NO | The time when the last major compaction was completed. |
| START_TIME | timestamp(6) | NO | The time when the major compaction started. |
| STATUS | varchar(10) | NO | IDLE: not in major compactionCOMPACTION: in major compactionCHECKSUM: in checksum checking |