Re: Autovacuum of pg_shdepend

From: Ondřej Světlík <osvetlik(at)flexibee(dot)eu>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Autovacuum of pg_shdepend
Date: 2016-05-04 19:09:07
Message-ID: 572A48D3.9040906@flexibee.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dne 4.5.2016 v 17:25 Alvaro Herrera napsal(a):
> Ondřej Světlík wrote:
>> Hello,
>>
>> we have a strange problem with autovacuum. We have three workers, but
>> usually only one works and two are waiting as they are all trying to process
>> table pg_shdepend which is shared between all databases.
>
> Ooh, interesting bug.
>
> As a workaround I suggest connecting to all of your databases except one
> and disabling autovacuum for pg_shdepend. Then the table will be
> processed in the one database where you left it enabled, and the other
> workers will take care of the rest of the tables.
>
> I'll think about a real fix.
>

Thank you, Alvaro,

we have already tried this, but we are not permitted to alter system
tables. Changing allow_system_table_mods doesn't seem safe enough, is
there another way to achieve this?

Oh, I forgot to mention this is 9.4.7.

Thanks,

Ondřej

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ondřej Světlík 2016-05-04 19:12:02 Re: Autovacuum of pg_shdepend
Previous Message Tom Lane 2016-05-04 19:07:07 Re: Autovacuum of pg_shdepend