Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
MV_ CROSS_ QUERY_ STATS_ CACHE
This view is a managed view that aggregates cross-query stats cache entries across all aggregators in the cluster.
|
Column Name |
Description |
|---|---|
|
|
64‑bit hash of the query or subquery shape used as the cache key; matches the |
|
|
Boolean flag indicating whether the entry has a rowcount associated with it. |
|
|
Rowcount associated with the entry. |
|
|
Total number of times the entry has been written to and read from once rowcounts have been initialized. |
|
|
This column is empty by default to save memory. |
|
|
The last time the entry was used, either by reading from it or writing to it. |
|
|
The last time the entry was written to. |
|
|
The time the entry was created. |
In addition to these columns, which are the same columns for CROSS_, this managed view includes node‑level columns that mirror the definitions used in the MV_ managed view:
|
Column Name |
Description |
|---|---|
|
|
The |
|
|
The IP address of the node. |
|
|
The port on which the node is listening. |
|
|
The type of a given node: MA, leaf, or CA. |
Last modified: