Each Ecto transaction uses 1 pool?

Each database transaction uses 1 pool?

If you mean “each ecto transaction uses 1 connection in the pool.” Then yes, unless the transaction is nested under another.

5 Likes