Background vacuum

From: Daniel Haensse <daniel(dot)haensse(at)swissembedded(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Background vacuum
Date: 2007-05-10 04:38:11
Message-ID: 4642A1B3.6030009@swissembedded.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dear list,

I'm running postgres on a tomcat server. The vacuum is run every hour
(cronjob) which leads to a performance drop of the tomcat applications.
I played around with renice command and I think it is possible to reduce
this effect which a renice. The problem is how can I figure out the PID
of the postmaster performing the vacuum(automated)? Has anybody a nice
solution to change process priority? A shell script, maybe even for java?

best regards

Dani

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dan Harris 2007-05-10 05:05:21 Re: Background vacuum
Previous Message Tom Lane 2007-05-10 04:30:04 Re: Performance Woes