Reputation: 315
We are looking into Presto DB documents and blogs to understand its usage for one of the projects. One of the questions that we have is
"How many users can concurrently fire queries in a presto DB?"
Is there a fixed number of users or we can have as many users login?
Is there a limit on number of concurrent queries which can be fired? (other than max concurrent queries can be set for user in queue config)
Upvotes: 1
Views: 446
Reputation: 3040
There are no hard limits. It just depends on your workload and cluster size. Presto can easily support 50-100 concurrent queries
Upvotes: 1