Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
MV_ ACTIVITIES
This view provides a high-level summary profile of all tasks which ran recently on any node in the cluster.
It holds a row per high-level activity H.
The effect of grouping the instances of multiple activities together is mainly to group all tasks associated with a query, across all partitions, into a single row.
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 begin a performance investigation, as it is the most concise.
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 |
|---|---|
|
|
The type of the high-level activity. |
|
|
The name of the high-level activity. |
|
|
The name of the database 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. For multi inserts ( |
|
|
The number of instances which completed unsuccessfully during the interval. |
|
This view contains all simplified 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. |
|
|
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:
|
Last modified: