MV_TASKS
This view provides a detailed profile of all currently running tasks on all nodes of the cluster.
It holds a row per running task. Each row reports the profiling statistics of the task, as collected between the time it began and the current time.
mv_tasks
may only be queried while connected to an aggregator node.
We recommend against extensive use of this view. It will hide the performance impact of short-lived but frequent tasks, and exaggerate the impact of long-lived tasks.
Column name | Description |
---|---|
| An ID equal to |
| The |
| An ID shared by all instances of the task’s activity. This ID is often human-readable, but does not include the query text for query tasks. |
| The |
| The name of the database associated with the task’s activity, or |
| The unique ID of the database partition associated with the task’s activity, or |
| The full name associated with the task, or |
This view contains all extended statistics columns. |