Re: Where to start for performance problem? - Mailing list pgsql-performance

From Christopher Kings-Lynne
Subject Re: Where to start for performance problem?
Date
Msg-id 3FC2CA18.3080001@familyhealth.com.au
Whole thread Raw
In response to Re: Where to start for performance problem?  ("Nid" <mk_spam@comcast.net>)
List pgsql-performance
Nid wrote:

> I've been digging around in the code and found where we are executing the
> VACUUM command.  VACUUM ANALYZE is executed every 15 minutes.  We haven't
> tried VACUUM FULL ANALYZE.  I think I read that using FULL is a good idea
> once a day or something.  Just doing a VACUUM ANALYZE doesn't seem to be
> preventing our problem.  Thank you for the responses.

Try upgrading to PostgreSQL 7.4 and use the new pg_autovacuum daemon.
This daemon will monitor your tables and vacuum and analyze whenever
necessary.

Chris



pgsql-performance by date:

Previous
From: "Nid"
Date:
Subject: Re: Where to start for performance problem?
Next
From: Christopher Browne
Date:
Subject: Re: [HACKERS] More detail on settings for pgavd?