Re: Vacuuming

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Frank Bax <fbax(at)sympatico(dot)ca>
Cc: PostgreSQL List - Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Vacuuming
Date: 2010-02-14 00:23:19
Message-ID: 1266106999.2012.49.camel@hp-laptop2.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sat, 2010-02-13 at 19:08 -0500, Frank Bax wrote:
> It's now 19:06 and no autovacuum; why not?

...it is because of the remaining autovac settings. Autovac determines
the relations to be vacuumed based on the scale_factor and threshold
settings. Enabling autovacuum does not necessarily mean that it will
vacuum tables.

See:

http://www.postgresql.org/docs/current/static/routine-vacuuming.html#AUTOVACUUM.

--
Devrim GÜNDÜZ, RHCE
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Magnus Hagander 2010-02-14 14:11:57 Re: [NOVICE] Python verison for build in config.pl (Win32)
Previous Message Frank Bax 2010-02-14 00:08:39 Re: Vacuuming