What are the different queues created in dremio by default?
How is a query assigned into different queues and what are the evaluation criteria? Are there specific properties set according to the queue_id in which the query is assigned, e.g. timeouts, min/max memory, etc.?
Samples:
Can we manipulate the queue_id or the parameters associated with it somehow?
To answer your questions though - the queue is assigned depending on the type of job and the cost of the job. Yes - you can set specific properties based on the query assignment/timeouts/memory/etc (but again enterprise only feature).