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_ QUERIES
This view describes queries seen by SingleStore.
Holds a row for each query sent to the cluster by a user, as well as rows for artificial queries sent between nodes according to internal SingleStore logic.
Its purpose is to map the activity_ of query activities to their associated de-parameterized query text.
mv_ may only be queried while connected to an aggregator node.
|
Column name |
Description |
|---|---|
|
|
An ID shared by all instances of the activity. |
|
|
The de-parameterized text of the query. |
Last modified: