Re: tuning auto vacuum for highly active tables - Mailing list pgsql-admin

From Szu-Ching Peckner
Subject Re: tuning auto vacuum for highly active tables
Date
Msg-id 4BA93431.7050509@activedg.com
Whole thread Raw
In response to tuning auto vacuum for highly active tables  ("Bhella Paramjeet-PFCW67" <PBhella@Motorola.com>)
List pgsql-admin
we ran into the same problem, had big table, played with vacuum cost and
delay, but can't shrink too much because of heavy insert and delete.
we ended up with using slony for upgrade, also have data copy from fresh
because of inital replication to shrink our large table, with minimum
controlled downtime.

Bhella Paramjeet-PFCW67 wrote:
>
> Hi All,
>
>
>
> We have a postgres database in which couple of tables get bloated due
> to heavy inserts and deletes. Auto vacuum is running. My question is
>  how can I make auto vacuum more aggressive? I am thinking of enabling
> autovacuum_vacuum_cost_delay and autovacuum_vacuum_cost_limit
> parameters. Can anyone suggest how to calculate the appropriate values
> for these parameters and if there are any side effects of enabling
> these parameters.    Any help will be highly appreciated.
>
>
>
> Thanks
>
> Paramjeet Kaur
>


pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: tuning auto vacuum for highly active tables
Next
From: Szu-Ching Peckner
Date:
Subject: Re: tuning auto vacuum for highly active tables