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 | Server IP address. |
| SVR_PORT | bigint(20) | NO | Server port number. |
| TRACE_ID | varchar(64) | NO | TRACE_ID of the SQL statement that involves the data. |
| DATAHUB_ID | bigint(20) | NO | Datahub ID of the data. |
| MESSAGE_TYPE | varchar(256) | NO | Message type of the data. |
| TENANT_ID | bigint(20) | NO | Tenant ID. |
| HOLD_SIZE | bigint(20) | NO | Size of the materialized data. |
| TIMEOUT_TS | datetime | NO | Expected timeout time of the data. |
| START_TIME | datetime | NO | Start time of the write operation. |
