Azure PostgreSql Tuning

Marcia Rodrigues 136 Reputation points
2020-08-10T13:26:30.327+00:00

Hi,

I using the Azure Postgres and need changes settings to Tuning the Postgres, but not access a some importante properties.

Changing this properties checkpoint_completion_target, effective_cache_size, maintenance_work_mem, max_parallel_workers_per_gather, max_wal_size, min_wal_size, shared_buffers, wal_buffers, work_mem" it would make a big difference int the performace.

Someone with same problem or can help?

Thanks.

Azure Database for PostgreSQL
{count} votes

Accepted answer
  1. Marcia Rodrigues 136 Reputation points
    2020-08-11T13:44:39.66+00:00

    Hi @AnuragSharma-MSFT ,

    Thank's for your reply!

    I try change this parameters, but this in red on print screen not list in the portal, and the postgres user is no permission for run alter command.

    16909-pgparams.png

    In blue the parameters that I managed to change.


1 additional answer

Sort by: Most helpful
  1. Anurag Sharma 17,576 Reputation points
    2020-08-11T09:06:34.137+00:00

    @Marcia Rodrigues Thanks for reaching out to us. You can update the mentioned parameters as below:

    1) Go to Azure Portal and go to 'Azure Database for PostgreSQL server' resource created. Select 'Server Parameters' under 'Settings' from left Menu:
    16849-image.png

    2) Select the appropriate properties you would like to change as below and click on 'Save' button:

    16818-image.png

    3) You can change as many parameters as needed. Please let me know if this helps you out.

    ----------

    If the above answer helped you, please select "Accept Answer" which would help others in community facing similar issue.

    0 comments No comments