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.
WORKLOAD_ MANAGEMENT_ QUEUE
This system table shows the current list of queries for which the Workload Management system cannot reserve resources for an execution and therefore has put them into the waiting queue.
It provides a detailed explanation of which resource is lacking (required > (limit - used)), and therefore why the query is queued.
|
Column Name |
Descriptiom |
|---|---|
|
|
Text of query |
|
|
The time when the query was submitted for execution |
|
|
How many system threads are required for the query execution |
|
|
Total number of threads allowed at the time of query submission |
|
|
Total number of used threads at the time of query submission |
|
|
How many system connections are required for the query execution |
|
|
Total number of connections allowed at the time of query submission |
|
|
Total number of used connections at the time of query submission |
|
|
How much memory (in MB) is required for the query execution |
|
|
Total amount of memory allowed at the time of query submission |
|
|
Total amount of used memory at the time of query submission |
|
|
Medium, Large (Small queries are never queued) |
|
|
Small, Medium, Large |
Last modified: