Re: performance problem with version 7.0.3

From: reina(at)nsi(dot)edu (Tony Reina)
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: performance problem with version 7.0.3
Date: 2002-01-28 17:50:10
Message-ID: f40d3195.0201280950.1ae1186b@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

juerg(dot)rietmann(at)pup(dot)ch wrote in message news:<OFCE7D518C(dot)69014E0E-ONC1256B4F(dot)004AE587(at)pup(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ross J. Reedstrom 2002-01-28 18:04:56 Re: OT: Decent GUI-based reportwriter for Linux?
Previous Message Chris Dircks 2002-01-28 17:34:57 Re: OT: Decent GUI-based reportwriter for Linux?