Re: When to vacuum a table? - Mailing list pgsql-performance

From Steinar H. Gunderson
Subject Re: When to vacuum a table?
Date
Msg-id 20061126131147.GA4089@uio.no
Whole thread Raw
In response to Re: When to vacuum a table?  ("Marcelo Costa" <marcelojscosta@gmail.com>)
Responses Re: When to vacuum a table?
Re: When to vacuum a table?
List pgsql-performance
On Sun, Nov 26, 2006 at 09:43:11AM -0300, Marcelo Costa wrote:
> All its tables constantly manipulated (INSERT, UPDATE, DELETE) they need a
> VACUUM

Just a minor clarification here: INSERT does not create dead rows, only
UPDATE and DELETE do. Thus, if you only insert rows, you do not need to
vacuum (although you probably need to analyze).

/* Steinar */
--
Homepage: http://www.sesse.net/

pgsql-performance by date:

Previous
From: "Marcelo Costa"
Date:
Subject: Re: When to vacuum a table?
Next
From: "Marcelo Costa"
Date:
Subject: Re: When to vacuum a table?