Thread: Is any effect other process performance after vaccumdb finished ?

Is any effect other process performance after vaccumdb finished ?

From
Junghwe Kim
Date:
Hi. 

First extremely thanks for your works about postgresql .

I wonder that after executing 'vaccumdb  -z'  some other process can not read their own msg queue during 2 ~ 3 minuts.

vaccum executed every hour. and The processes have not any relations between postgreql.

Is it possible ?   



 

Re: Is any effect other process performance after vaccumdb finished ?

From
Craig Ringer
Date:
On 27/05/2011 9:58 AM, Junghwe Kim wrote:
> Hi.
>
> First extremely thanks for your works about postgresql .
>
> I wonder that after executing 'vaccumdb  -z'  some other process can not
> read their own msg queue during 2 ~ 3 minuts.

The most likely cause is checkpoint activity. Enable checkpoint logging
and examine your server logs.

> vaccum executed every hour. and The processes have not any relations
> between postgreql.

Instead of running vacuum from cron or some other scheduler, turn on
autovacuum and set it to run aggressively. You will reduce the impact of
vacuum if you run it *often* (every few minutes if not more frequently)
and do so using autovacuum.

Best results will be had on PostgreSQL 8.4 or above.

Please read this if you need to follow up, so you include enough
information that a more complete answer can be given:

   http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

--
Craig Ringer

Tech-related writing at http://soapyfrogs.blogspot.com/