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_ RESOURCE_ POOL_ STATUS
This view contains information about the status of resource pools aggregating this information across all nodes in the cluster.
The view LMV_ provides the same resource pool status information as a local view for a specific node.
|
Column Name |
Description |
|---|---|
|
|
The |
|
|
The name of a given resource pool. |
|
|
The number of queries running on a given resource pool. |
|
|
The number of queries queued for a given resource pool. |
|
|
The number of queries killed on a given resource pool. |
|
|
The number of queries finished on a given resource pool. |
|
|
The historical total queue time for a given resource pool. |
|
|
The historical average queue time for a given resource pool. |
|
|
A boolean mask showing which CPU is designated for the queries in a given resource pool. |
|
|
The amount of memory (in bytes) currently utilized by the associated resource pool. |
Last modified: