Feature
This view displays the global information about major compactions in the current tenant.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| FROZEN_SCN | bigint(20) unsigned | NO | The latest major compaction snapshot. |
| FROZEN_TIME | timestamp(6) | NO | The time corresponding to the latest major compaction snapshot. |
| GLOBAL_BROADCAST_SCN | bigint(20) unsigned | NO | The major compaction version that is globally broadcasted. |
| LAST_SCN | bigint(20) unsigned | NO | The last version of 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 |
| IS_ERROR | varchar(3) | NO | YES: An error occurred during the major compaction.NO: No error occurred during the major compaction. |
| IS_SUSPENDED | varchar(3) | NO | YES: The major compaction was suspended.NO: The major compaction was not suspended. |
| INFO | varchar(14) | NO | The major compaction information, such as the reason for the major compaction failure. |