Is there a relation between the number of query en...
# orm-help
t
Is there a relation between the number of query engines running to the connection pool setting or should the number of running query engine instances generally be fixed to a one?
r
@Tron Vo 👋 For the application, there would be only a single query engine running. You can only change the no. of connections.
t
Thanks for that @Ryan! So the fact that we see a handful running in our single instance of a web api (ranging from about 5 - 20+) seems like we might not be reusing our Prisma instance correctly? For example, we have a connection pool at 65, but might see 20+ query engines running. Or is that normally possible?