Re: AutoVacuum Daemon

From: Haribabu kommi <haribabu(dot)kommi(at)huawei(dot)com>
To: Leonardo M(dot) Ramé <l(dot)rame(at)griensu(dot)com>
Cc: PostgreSql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: AutoVacuum Daemon
Date: 2013-12-30 13:45:43
Message-ID: 8977CB36860C5843884E0A18D8747B0372BF566F@szxeml558-mbs.china.huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 30 December 2013 19:11 Leonardo M. Ramé wrote:
> Hi, I want know if I should run the auto-vacuum daemon (from
> /etc/init.d/) or it runs automatically and transparently if configured
> in postgres.conf?. If it must be configured manually, what is the
> script to be run, I didn't find pg_autovacuum or similar.
>
> I didn't find information about this on this page:
>
> http://www.postgresql.org/docs/8.4/static/routine-
> vacuuming.html#AUTOVACUUM
>
> P.S.: I'm on linux running PostgreSql 8.4

Just enable "autovacuum" configuration parameter in postgresql.conf file.
Which internally spawns an autovacuum process which will take care of vacuuming.

Regards,
Hari babu.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leonardo M. Ramé 2013-12-30 14:02:20 Re: AutoVacuum Daemon
Previous Message Leonardo M. Ramé 2013-12-30 13:40:59 AutoVacuum Daemon