maintenance_work_mem is it per instance or per database??

From: pavan95 <pavan(dot)postgresdba(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: maintenance_work_mem is it per instance or per database??
Date: 2018-11-02 04:27:54
Message-ID: 1541132874744-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello all,

Is the parameter maintenance_work_mem is per database or per instance??

And while exploring the configuration parameters I'm assuming that the sum
of values(default values) for the parameters maintenance_work_mem(64MB),
work_mem(4MB),temp_buffers(8MB), wal_buffers(4MB) will be equal to the value
of shared buffers(128MB).

But the total corresponds to 80MB where is the remaining part of shared
buffers(48MB) used?? I have read like clog buffers don't have any explicit
parameter to be set, it is tuned automatically by database engine

So will that remaining will be used by the client requests??

Please clarify me. Thanks in advance!!

Regards,
Pavan

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Keith 2018-11-02 04:43:21 Re: maintenance_work_mem is it per instance or per database??
Previous Message Mariel Cherkassky 2018-11-01 14:31:08 Re: change bigint column to int