Note
- For V4.4.x, this view was introduced in V4.4.0.
- For V4.3.5, this view was introduced in V4.3.5 BP2.
Purpose
This view displays the materialized view-related tasks in progress in the current tenant, including refresh tasks and MLOG cleanup tasks.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The node address where the Leader of log stream 1 of the tenant is located. |
| SVR_PORT | bigint(20) | NO | The node PORT where the Leader of log stream 1 of the tenant is located. |
| TABLE_NAME | varchar(256) | NO | The name of the table associated with the task.
|
| JOB_TYPE | varchar(64) | NO | The task type. Valid values:
|
| SESSION_ID | bigint(20) unsigned | NO | The Session ID that initiated the task. |
| READ_SNAPSHOT | bigint(20) | NO | The snapshot position used by the task. |
| PARALLEL | bigint(20) | NO | The parallelism of the task. |
| JOB_START_TIME | timestamp(6) | NO | The start time of the task. |