Re: Database-wide VACUUM ANALYZE

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: "Steven Flatt" <steven(dot)flatt(at)gmail(dot)com>
Cc: "Francisco Reyes" <lists(at)stringsutils(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Database-wide VACUUM ANALYZE
Date: 2007-06-21 20:07:32
Message-ID: 20070621160732.58497e2b.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

In response to "Steven Flatt" <steven(dot)flatt(at)gmail(dot)com>:

> On 6/21/07, Francisco Reyes <lists(at)stringsutils(dot)com> wrote:
> >
> > Are you on FreeBSD by any chance?
> >
> > I think the FreeBSD port by default installs a script that does a daily
> > vacuum.
>
>
> Yes, FreeBSD. Do you know what script that is?

/usr/local/etc/periodic/daily/502.pgsql

> And it does a db-wide
> VACUUM ANALYZE every day?! That is certainly not necessary, and in fact,
> costly for us.

You can control it with knobs in /etc/periodic.conf (just like other
periodic job):
daily_pgsql_vacuum_enable="YES"
daily_pgsql_backup_enable="NO"

are the defaults.

> Hmmm... I wonder why this would just start now, three days ago. Everything
> seemed to be normal for the last two weeks.

Someone alter /etc/periodic.conf? Perhaps it's been running all along but
you never noticed it before now?

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran(at)collaborativefusion(dot)com
Phone: 412-422-3463x4023

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Steven Flatt 2007-06-21 20:09:31 Re: Very long SQL strings
Previous Message Larry Rosenman 2007-06-21 19:59:53 Re: Database-wide VACUUM ANALYZE