This document discusses admission control in Impala to prevent oversubscription of resources from too many concurrent queries. It describes the problem of all queries taking longer when too many run at once. It then outlines Impala's solution of adding admission control by throttling incoming requests, queuing requests when workload increases, and executing queued requests when resources become available. The document provides details on how Impala implements admission control in a decentralized manner without requiring Yarn/Llama to handle throttling and queuing locally on each Impalad daemon.