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
postgres connections are notoriously expensive to set up and it's more performant to use a connection pool. deadpool-postgres is likely a best candidate .
The text was updated successfully, but these errors were encountered:
postgres connections are notoriously expensive to set up and it's more performant to use a connection pool. deadpool-postgres is likely a best candidate .
The text was updated successfully, but these errors were encountered: