Note
- For V4.4.x, this view is available starting with V4.4.0.
- For V4.3.5, this view is available starting with V4.3.5 BP2.
Purpose
This view displays the running materialized view tasks of the current tenant, including refresh tasks and MLOG cleanup tasks.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| SVR_IP | varchar(46) | NO | The IP address of the node where the leader of log stream 1 of the tenant is located. |
| SVR_PORT | bigint(20) | NO | The port of the node 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 of the task initiator. |
| READ_SNAPSHOT | bigint(20) | NO | The snapshot point 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. |
