trino.execution.queued_queries
Queries waiting in queueDimensions:None
Interface Metrics (3)
Native
Number of queries currently waiting in the queueDimensions:None
Dimensions:None
Sources
Technical Annotations (20)
Configuration Parameters (7)
retry-policyrecommended: QUERYquery.remote-task.max-error-durationrecommended: 1mquery-retry-attemptsrecommended: 2query.max-concurrent-queriesrecommended: lower limit under high concurrencytask.max-drivers-per-taskrecommended: lower for resource-heavy queriesquery.client.timeoutrecommended: 5mquery.execution-policyrecommended: phasedError Signatures (1)
Waited 5.00m for at least 1 workerslog patternCLI Commands (2)
EXPLAIN ANALYZE <query>diagnosticSELECT max(running_queries) AS max_concurrency FROM (SELECT count(*) AS running_queries, create_time FROM trino_events.trino_queries WHERE create_time >= now() - interval '1' day AND state = 'RUNNING' GROUP BY create_time) t;diagnosticTechnical References (10)
Metabase v0.51.12componentStarburst Metabase driver v5.0componentTrino v457componenttrino_events.trino_queriescomponentresource groupconceptresource groupsconceptadmission controlconceptnode-state-pollercomponentresource group managementconceptcoordinatorcomponentRelated Insights (13)
TASK retry policy increases latency for short-running querieswarning
▸
Insufficient capacity causes excessive query queuingwarning
▸
Cluster intermittently enters idle state after initial query executioncritical
▸
Query phase timing reveals specific performance bottleneck typesinfo
▸
High query concurrency causes resource contentionwarning
▸
High query concurrency exhausts worker thread pool resourceswarning
▸
Query execution blocked waiting 5 minutes for worker node availabilitycritical
▸
All-at-once execution policy increases queue time and wall timeinfo
▸
All-at-once execution policy increases queue times and query wall timeinfo
▸
Query queuing and inconsistent response times from concurrent session contentionwarning
▸
Coordinator bottleneck from hundreds of concurrent analystswarning
▸
High query concurrency indicates capacity constraintswarning
▸
All-at-once execution policy causes increased queue timeswarning
▸