Purpose
This view displays the major compaction information of the tenant.
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| FROZEN_SCN | bigint(20) unsigned | NO | The version number of the last major compaction. |
| FROZEN_TIME | timestamp(6) | NO | The time when the last major compaction was initiated (in a human-readable format). |
| GLOBAL_BROADCAST_SCN | bigint(20) unsigned | NO | The version number of the global broadcast major compaction. |
| LAST_SCN | bigint(20) unsigned | NO | The version number of the last major compaction that was completed. |
| LAST_FINISH_TIME | timestamp(6) | NO | The time when the last major compaction was completed. |
| START_TIME | timestamp(6) | NO | The start time of the major compaction. |
| STATUS | varchar(10) | NO | IDLE: No major compaction is in progress.COMPACTING: A major compaction is in progress.CHECKSUM: The checksum is being verified. |
| 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 is suspended.NO: The major compaction is not suspended. |
| INFO | varchar(14) | NO | The major compaction information. For example, the reason for the major compaction failure. |