MV_ FINISHED_ TASKS
This view provides a detailed profile of completed tasks on all nodes of the cluster.
It holds a row per activity.
mv_
may only be queried while connected to an aggregator node.
SingleStore recommends against extensive use of this view.
However, we do recommend using this view to estimate the average latency or resource usage of a query.
Column name |
Description |
---|---|
|
An ID equal to |
|
The |
|
An ID shared by all instances of the activity. |
|
The |
|
The name of the database associated with the activity, or |
|
The unique ID of the database partition associated with the activity, or |
|
The timestamp of the most recent completion of an instance of the activity. |
|
The number of successfully completed instances of this activity. |
|
The number of unsuccessfully completed instances of this activity. |
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: October 18, 2024