MV_ ACTIVITIES_ EXTENDED
This view provides a detailed profile of all tasks which ran recently on any node in the cluster.
It holds a row per activity.
mv_ determines recent resource use by computing the change in MV_ over an interval of time.activities_ session variable.
MV_ may only be queried while connected to an aggregator node.
SingleStore recommends using this view to get fine-grained understanding of the system behavior described in mv_.mv_ and MV_ are:
-
For most queries,
MV_will report the resource usage of the query with at least a row per partition.ACTIVITIES_ EXTENDED -
MV_aggregates these into a single row per query.ACTIVITIES -
MV_reports simplified statistics, whileACTIVITIES MV_reports extended statistics.ACTIVITIES_ EXTENDED
However, SingleStore recommends against the use of MV_ to compute the average latency or resource usage of a query.mv_ for this purpose instead.
|
Column name |
Description |
|---|---|
|
|
An |
|
|
The type of the activity. |
|
|
The name of the activity. |
|
|
The aggregator activity name of the activity. |
|
|
The name of the database associated with the activity, or |
|
|
The unique ID of the database partition associated with the activity, or |
|
|
The number of instances which were running at the end of the interval. |
|
|
The number of instances which completed successfully during the interval. |
|
|
The number of instances which completed unsuccessfully during the interval. |
|
This view contains all extended statistics columns, including: |
Last modified: February 25, 2026