By vrnshetty43
Now I wanted to create 300 connection pools in database connection and now I’m able to create only 22 connections. So my load speed is very low it’s taking a long time. If I need to expand this connection pool is there any extra payment I have to do? if so what I have to do? what is a price for the same?. Kindly provide me solution for the same. kindly look into this.
The operating system is Ubuntu.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
Each PostgreSQL cluster allows 25 backend connections per 1 GB of RAM minus 3 connections per node that are reserved for maintenance.
| Plan Size | Available Backend Connections |
|---|---|
| 1 GB RAM | 22 |
| 2 GB RAM | 47 |
| 4 GB RAM | 97 |
| 8 GB RAM | 197 |
| 16 GB RAM | 397 |
| 32 GB RAM | 797 |
| 64 GB RAM | 1,597 |
We support connection pooling, backed by PgBouncer, to increase the number of available concurrent client connections. Clusters provide 25 connections per 1 GB of RAM. 3 connections per cluster are reserved for maintenance, and all remaining connections can be allocated to connection pools.
For more connections, Scale up your instance size see link below with plan size and Available Backend Connection
https://docs.digitalocean.com/products/databases/postgresql/#postgresql-limits
However, these PgBouncer pool connections are currently limited to 20 per database. If you require more PgBouncer pool connections than this, contact support.
Hope that this helps. Regards, Priyanka
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.