Brothak
04/17/2022, 9:09 PMjanpio
janpio
Reason I am asking is lets say I want to run 10 SELECTS concurently through prisma how would that work?If 1 request to your app does 10 concurrent SELECTs, that would indeed use all the connections in your pool already.
Brothak
04/19/2022, 11:16 AM