I would guess you have queueing enabled. With queueing enabled, only a max number of queries will be actually running and the rest will wait in an ENQUEUED state.
There are two queues: one for large queries and one for small queries. You can change their size with the following parameters - exec.queue.large exec.queue.small On Wed, Jun 29, 2016 at 1:51 PM, John Omernik <j...@omernik.com> wrote: > I have some jobs that will stay in an ENQUEUED state for what I think to be > an excessive amount of time. (No other jobs running on the cluster, the > ENQUEUED state lasted for 30 seconds) . What causes this? Is it planning > when it's in this state? Any information about this would be helpful. > > John >