Re: autovacuum for large periodic deletes - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: autovacuum for large periodic deletes
Date
Msg-id 20060517203621.GR26367@surnet.cl
Whole thread Raw
In response to autovacuum for large periodic deletes  ("Sriram Dandapani" <sdandapani@counterpane.com>)
List pgsql-admin
Sriram Dandapani wrote:

> Every night, a delete of about 50 million rows occurs on a table. Do we
> need to explicitly vacuum the table or will autovacuum handle the large
> deletes without affecting performance. I am trying to determine whether
> or not I should completely rely on autovacuum or also tinker with manual
> vacuums.

How many rows stay in the table after the massive deletion?  It may be
that it's best for you to issue a CLUSTER or VACUUM FULL instead of
VACUUM.  (In any case, autovacuum would vacuum the table eventually, but
maybe you can do better.)

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

pgsql-admin by date:

Previous
From: "Sriram Dandapani"
Date:
Subject: autovacuum for large periodic deletes
Next
From: "Sriram Dandapani"
Date:
Subject: Re: autovacuum for large periodic deletes