Re: Pg 9.1: Do I need to run vacuum analyze instead vacuum full? - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Pg 9.1: Do I need to run vacuum analyze instead vacuum full?
Date
Msg-id CAOR=d=2C6XFRe92=-3v34vhC+V7OwDXrdLoH8U7p=x8dQ2rM2A@mail.gmail.com
Whole thread Raw
In response to Re: Pg 9.1: Do I need to run vacuum analyze instead vacuum full?  (Anthony Bull <antsbull@gmail.com>)
List pgsql-general
On Tue, Jul 24, 2012 at 5:43 PM, Anthony Bull <antsbull@gmail.com> wrote:
> We found the auto vacuum would always kick in during our daily data loads in
> the mornings and completely bottle neck our system, and in the end had to
> turn it off and schedule our own vacuum analyze over the weekend each week
> using crontab.  We do a couple of gigs of inserts a week into our postgres
> db - and having control of when vacuuming happens is pretty important, as
> our system is online 24 hours to both northern and southern hemispheres.

Please note that autovacuum is tunable in terms of how much load it
places on a system when it runs.  Often making it somewhat less
aggressive can accomplish the same task as scheduling regular vacuums.

pgsql-general by date:

Previous
From: Mark Wynter
Date:
Subject: Re: Problem using a pl/pgsql function to populate a geometry column with x,y data - SOLVED
Next
From: Mark Wynter
Date:
Subject: Re: Problem using a pl/pgsql function to populate a geometry column with x,y data - SOLVED