Re: how to shrink pg_attribute table in some database - Mailing list pgsql-admin

From hubert depesz lubaczewski
Subject Re: how to shrink pg_attribute table in some database
Date
Msg-id 20180326153337.GA8484@depesz.com
Whole thread Raw
In response to Re: how to shrink pg_attribute table in some database  (Artem Tomyuk <admin@leboutique.com>)
Responses Re: how to shrink pg_attribute table in some database  (Artem Tomyuk <admin@leboutique.com>)
List pgsql-admin
On Mon, Mar 26, 2018 at 06:32:25PM +0300, Artem Tomyuk wrote:
> Thanks,
> 
> as we understand there is a lack of autovacuum max workers in
> postgresql.conf.

that is a contributing factor. but the sheer size of this table means
that something is doing something very bad in your application.

> 
> One question more, what impact would be on streaming replication? Will full
> vacuum create extra wal files during full vacuum?

Yes it will - in the size of new table.

Best regards,

depesz



pgsql-admin by date:

Previous
From: Artem Tomyuk
Date:
Subject: Re: how to shrink pg_attribute table in some database
Next
From: Artem Tomyuk
Date:
Subject: Re: how to shrink pg_attribute table in some database