Note
This view is available starting with V1.4.
Purpose
This view displays the execution status and progress of DDL operations in the cluster.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SID | bigint(20) | NO | Session ID |
| TRACE_ID | varchar(64) | NO | The trace_id of the statement. |
| OPNAME | varchar(64) | NO | Operation name. |
| TARGET | varchar(64) | NO | Operation object. |
| SVR_IP | varchar(46) | NO | IP address of the server where the operation is performed. |
| SVR_PORT | bigint(20) | NO | Port number of the server where the operation is performed. |
| START_TIME | date | NO | Start time. |
| ELAPSED_SECONDS | bigint(21) | NO | Elapsed time. |
| TIME_REMAINING | bigint(20) | NO | Estimated remaining time. |
| LAST_UPDATE_TIME | date | NO | Statistics update time. |
| MESSAGE | varchar(512) | NO | Remarks. |
