Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
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.
mv_ may only be queried while connected to an aggregator node.
SingleStore recommends against extensive use of this view.
|
Column name |
Description |
|---|---|
|
|
An ID equal to |
|
|
The |
|
|
An ID shared by all instances of the task’s activity. |
|
|
An ID that can be used to identify the activities associated with a session. In the case of pipeline queries, this value is set automatically in the following way:
|
|
|
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, including: | |
|
|
A query sometimes cannot find its input data in blob cache, referred to as a cache miss. |
|
|
The time (milliseconds) that were spent on waiting for blob cache data. |
Last modified: