[
https://issues.apache.org/jira/browse/DRILL-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14098675#comment-14098675
]
Sudheesh Katkam commented on DRILL-1298:
----------------------------------------
Currently drill supports queuing queries to small and large queues. I created
generic queues so that any number of queues can be made. I added interacting
with queuing from the web UI with some REST support.
Queuing is disabled by default and plan- based queue selection is enabled by
default.
>From sqlline
{code}
ALTER SYSTEM SET `exec.queue.enable` = true;
ALTER SYSTEM SET `exec.queue.plan_based` = true;
ALTER SYSTEM SET `exec.queue.cost_threshold` = 30000;
ALTER SYSTEM SET `exec.queue.current_queue` = 'small';
{code}
>From http://localhost:8047/queue
Queues can be added and deleted. Current queue can be selected. Queueing and
plan-based queue selection can be enabled and disabled.
> Generic queues and UI
> ---------------------
>
> Key: DRILL-1298
> URL: https://issues.apache.org/jira/browse/DRILL-1298
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Flow
> Affects Versions: 0.5.0
> Reporter: Sudheesh Katkam
> Assignee: Sudheesh Katkam
> Attachments: DRILL-1298-Queuing.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)