Open
Description
Hi, I am trying to optimise the size of the connection pool ( I know its a much broader topic).
I've been playing around with setting a really low timeout, and looping while counting the timeouts (this is also meaningful only in the long running mean) .
My app has no use for persistent connections/transactions and a pool is used to allow for a higher throughput and every "fetch" is called on the pool instance.
any low hanging fruits here or should I try to rebuilding the library with some tracing on the acquire context?
Metadata
Metadata
Assignees
Labels
No labels