serverless-pg icon indicating copy to clipboard operation
serverless-pg copied to clipboard

PG connections pooling

Open AlexHramovich opened this issue 2 years ago • 1 comments

Hey ! Do we have an option to use connection pooling?

https://node-postgres.com/features/pooling

AlexHramovich avatar May 20 '22 09:05 AlexHramovich

I don't believe this is really necessary. This observes and manages connections from the server-side to make sure it doesn't run out of connections, so there isn't really a need for pooling in the traditional sense.

bruceharrison1984 avatar Jun 09 '22 02:06 bruceharrison1984