Re: 12 hour table vacuums - Mailing list pgsql-performance

From Simon Riggs
Subject Re: 12 hour table vacuums
Date
Msg-id 1193162594.4242.61.camel@ebony.site
Whole thread Raw
In response to 12 hour table vacuums  (Ron St-Pierre <ron.pgsql@shaw.ca>)
List pgsql-performance
On Tue, 2007-10-23 at 08:53 -0700, Ron St-Pierre wrote:
> The table gets updated only
> about 10 times a day.

So why are you VACUUMing it nightly? You should do this at the weekend
every 3 months...

8.1 is slower at VACUUMing indexes than later releases, so 60 indexes
are going to hurt quite a lot.

The default maintenance_work_mem is sufficient for this table.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: 12 hour table vacuums
Next
From: Alvaro Herrera
Date:
Subject: Re: 12 hour table vacuums