Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

My frontend and backend are hosted as serverless functions on Vercel. I am using a multi-tenancy approach, where every client get’s it’s own database. This means however, that I run out of connections pretty quickly, because AFAIK you need a new connection for each database. I am thinking to switch to digital ocean, because of the managed connection pooling, which should decrease the amount of connections needed for each database and I guess I could setup the connection pool via the API for each new database. However there is still the hard limit of connections.
My question is if my assumptions are right, or how I should go about the database topic with my use case and if there is a possibility to increase the max_connections of my psql db
setec
etxdev
3a956ebeda09409f879334ecda13c0
Abhishek M S
MD JUWEL RANA
Matthew Narrell
dana
Ben Roberts
Tuan Tran
BigDarkBlueCrab