Note
This view is available starting with V1.4.
Overview
Displays the execution status and progress of DDL operations in the cluster.
Columns
Field |
Type |
Nullable |
Description |
|---|---|---|---|
| SID | bigint(20) | NO | Session ID |
| TRACE_ID | varchar(64) | NO | The trace ID of this statement |
| OPNAME | varchar(64) | NO | Operation name |
| TARGET | varchar(64) | NO | Operation Object |
| SVR_IP | varchar(46) | NO | IP Address of the Machine Where the Operation Is Performed |
| SVR_PORT | bigint(20) | NO | Port number of the server where the operation is performed |
| START_TIME | datetime | NO | Start Time |
| ELAPSED_SECONDS | bigint(21) | NO | Elapsed Time |
| TIME_REMAINING | bigint(20) | NO | Estimated Time Remaining |
| LAST_UPDATE_TIME | datetime | NO | Statistics Update Time |
| MESSAGE | varchar(512) | NO | Remarks |
