Note
This view is available starting with V4.2.0.
Purpose
This view displays information about data transmission operations in parallel execution.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the server. |
| SVR_PORT | bigint(20) | NO | The port number of the server. |
| TRACE_ID | varchar(64) | NO | The TRACE_ID of the SQL statement involved in the data. |
| DATAHUB_ID | bigint(20) | NO | The Datahub ID of the data. |
| MESSAGE_TYPE | varchar(256) | NO | The message type to which the data belongs. |
| TENANT_ID | bigint(20) | NO | The ID of the tenant to which the data belongs. |
| HOLD_SIZE | bigint(20) | NO | The size of the materialized data. |
| TIMEOUT_TS | datetime | NO | The expected timeout time of the data. |
| START_TIME | datetime | NO | The start time of the write operation. |
