postgresql performance degradation over time....

From: sunil arora <arora(dot)sunil(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql performance degradation over time....
Date: 2005-08-26 16:43:04
Message-ID: 803a24bf0508260943117c020c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi folks,

this is my first post to this emailing list. We are using postgres-7.4
in a Server based application which requires frequent updates and
inserts of the database. We have observed a substantial fall in the
performance of database server over the time. It works fine for some
initial days and then its performace falls... and goes on falling as
the days passes by ( there is not much increase in the size of the
database)

I have heard that updates and deletes in any DB bring in some sort of
fregmentation in the database, and we are using vaccum feature ot the
postgres to defragment. We have also tweaked the performance
parameters in postgresql.conf ... but its not helping.

So i was wondering , how can be maintain the performace of postgres
over the time ?
Will taking the dump of database and then deleting all tables and then
restoring it will help ??

I am just clueless, any help/pointers to some useful link would be appriciated.

thanks in advance,

-sunil

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-08-26 16:49:20 Re: TG_OP and undefined OLD values
Previous Message Matthew T. O'Connor 2005-08-26 16:37:37 Re: Is there going to be a 8.1 beta for win32?