is there a limit to the amount of db connections?
hi. i want to ask if there's a limit to the # of concurrent db connections at once via the http driver. we've been getting many errors with supabase where we exceed their set limit for no apparent reason (even though cpu usage is barely at 40%)
1 Reply
correct-apricot•7mo ago
Have a look at this page:
https://neon.tech/docs/connect/connection-pooling
It probably answers any questions about connection limits and pooling you might have.
Neon
About Connection pooling - Neon Docs
Neon uses PgBouncer to support connection pooling, enabling up to 10,000 concurrent connections. PgBouncer is a lightweight connection pooler for Postgres. How to use connection pooling. To use connec...