Re: performance problem with version 7.0.3 - Mailing list pgsql-admin

From reina@nsi.edu (Tony Reina)
Subject Re: performance problem with version 7.0.3
Date
Msg-id f40d3195.0201280950.1ae1186b@posting.google.com
Whole thread Raw
In response to performance problem with version 7.0.3  (juerg.rietmann@pup.ch)
List pgsql-admin
juerg.rietmann@pup.ch wrote in message news:<OFCE7D518C.69014E0E-ONC1256B4F.004AE587@pup.ch>...
> Hello there
>
> > Please help me in analyzing this output. After vacuum/analyze, the
> performance is ok for another month.
>

Are you regularily doing a "vacuum analyze"? This is a critical step
to maintaining the database as PostgreSQL doesn't re-use
deleted/updated tuples. In order to keep the db queries fast within
PostgreSQL, you'll need to regularily perform a "vacuum analyze". The
frequency will depend on how often the database has
updated/deleted/inserted tuples.

HTH,
-Tony

pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: PRIMARY KEY Indexes.
Next
From: Bradley Kieser
Date:
Subject: Re: OT: Decent GUI-based reportwriter for Linux?