Re: autovacumm not working ? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: autovacumm not working ?
Date
Msg-id 20070627225414.GA561@alvh.no-ip.org
Whole thread Raw
In response to Re: autovacumm not working ?  (Tomasz Rakowski <mourawi@yahoo.com>)
List pgsql-general
Tomasz Rakowski wrote:
> Alvaro,
>
>   I changed autovacuum parametrs for this specific table in pg_autovacuum
>
> insert into pg_autovacuum    (vacrelid,enabled,vac_base_thresh, vac_scale_factor, anl_base_thresh, anl_scale_factor,
 
>                                             vac_cost_delay, vac_cost_limit, freeze_min_age, freeze_max_age)
>     values ( (select oid from pg_class where relname='t_ais_position'), True, 100, 0.01 , 100, 0.02, -1, -1, -1, -1 )
>
> Should I somehow let autovacuum deamon know about new table
> configuration or above insert is enough ?

The insert should be enough.  You do see the autovacuum process starting
on that database, right?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: AutoVacuum Behaviour Question
Next
From: Tomasz Rakowski
Date:
Subject: Re: autovacumm not working ?