Hi all,
We're going to use Admission Control to support multi-tenancy. I have several questions about the configuration: 1. Is there a config about the soft memory limit of a queue? i.e. when queries in a pool totally consumed much amount of memory than the soft limit, they won't fail directly but the queries submitted later for this pool will be queued. 2. Can we config that the max concurrent running queries for each user should no more than a limit (e.g. 10)? Currently, I have to create a pool for a user to do this. This is not scalable if we have tens of users. And we have to add a new pool for each new user. Thanks, Quanlong
