Overview
gv$minor_merge_info displays the start time and the end time of minor compactions under different tenants on each server in the cluster.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(32) | No | The IP address of the OBServer. |
| SVR_PORT | BIGINT(20) | No | The port number of the OBServer. |
| TENANT_ID | varchar(256) | No | The ID of the tenant. |
| FREEZE_SNAPSHOT | LONGTEXT | No | The freeze timestamp of the minor compaction. |
| START_TIME | TIMESTAMP(6) | No | The time when the minor compaction started. |
| FINISH_TIME | TIMESTAMP(6) | No | The time when the minor compaction ended. |