You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
if i have Connection limit = 20 on postgres
is it possible to implement
db1 ─┐
db2 ─┼── pgcat pooler ── shared maximum 20 ── PostgreSQL
db3 ─┘
so there is a shared Connection limit for all databases/users
cause U cannot know in advance how many connections each user/database needs.
All reactions