Re: Major Performance decrease after some hours - Mailing list pgsql-general

From Matthew T. O'Connor
Subject Re: Major Performance decrease after some hours
Date
Msg-id 451FBB7E.2090109@zeut.net
Whole thread Raw
In response to Re: Major Performance decrease after some hours  (MaXX <bs139412@skynet.be>)
List pgsql-general
MaXX wrote:
>> There are 10-15 postmaster processes running which use all the CPU
>> power.
>> A restart of tomcat and then postgresql results in the same situation.
>> Some postgres processes are in DELETE waiting or SELECT waiting.
>> VACUUM runs through in just about 1-2 seconds and is run via cron
>> every minute and reports that the fsm setting are high enough.
>
> Pure speculation: are you sure you aren't vacuuming too agressively?

Have you tried autovacuum?  You can manually tweak the settings so that
your hot spot tables are vacuumed aggressivly.  One of the main upsides
to autovacuum is tha tit saves cycles, that is, it only vacuums when you
need it.

pgsql-general by date:

Previous
From: "Peter Bauer"
Date:
Subject: Re: Major Performance decrease after some hours
Next
From: Andreas Rieke
Date:
Subject: Re: memory issues when running with mod_perl