Re: postgres gets slower after some while

From: Jaime Casanova <systemguards(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres gets slower after some while
Date: 2004-11-01 15:37:06
Message-ID: 20041101153706.72523.qmail@web50001.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--- Edgars <edzix19(at)inbox(dot)lv> escribió:
> Hey,
>
> make some futher testings regarding my previous post
> (subj) and
> discovered that even on v7.4.2 is the same problem,
> it means the problem
> is somewhere in the configuration. On another box
> this works ok.
> The only way how i'm solving it for now is by
> dumping the whole
> structure and data from DB, dropping it and creating
> again. Then
> everything works for some time (till one day).
>

Are you running VACUUM periodically on the database?

It has a similar effect (it's not the same thing) that
when you drop and recreate the database.

Here is an explanation why VACUUM is necessary:
http://www.postgresql.org/docs/7.4/interactive/maintenance.html

Here you can find some other performance-tips:
http://www.postgresql.org/docs/7.4/interactive/performance-tips.html

regards,
Jaime Casanova

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Cliff Reid 2004-11-01 16:02:04 Upgrade from 7.3.4 to 7.4.6
Previous Message Rao Kumar 2004-11-01 15:12:59 Postgresql 7.4.6 Release Question