Report this

What is the reason for this report?

Can I "tune" my instance to my needs?

Posted on April 16, 2020
Trent Johnson

By Trent Johnson

Solutions Architect

Some of my Postgres needs are different from others. Sometimes I need a Postgres cluster for web application purposes, which means lots of connections each with limited cpu and memory needs. Other times, I may need a Postgres cluster for analytical purposes, which means fewer connections each with greater cpu and memory access.

Typically, when managing this infrastructure on my own, I would modify default values for shared_buffers, effective_cache_size, maintenance_work_mem, work_mem etc. to suit my specific needs. I am wondering if it is possible to manage the configuration in Digital Ocean’s managed Postgres clusters. Thanks!



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @dmitrent,

In the Postgres managed database, some configuration/optimization options can be explored to optimize the current Postgres database.

If you run into optimization that requires superuser privileges; you can open a support ticket with digitalocean to make changes from the backend.

https://docs.digitalocean.com/support/

Note: Few database variables values have a dependency, due to the nature of the managed database and won’t be modifiable.

Regards, Rajkishore

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.