Re: My own performance/tuning q&a

From: Vivek Khera <khera(at)kcilink(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: My own performance/tuning q&a
Date: 2003-10-24 15:50:47
Message-ID: x7ptgmws6g.fsf@yertle.int.kciLink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>>>>> "AL" == Allen Landsidel <all(at)biosys(dot)net> writes:

AL> Well I had the vacuums running every 15 minutes for a while.. via a
AL> simple cron script I wrote just to make sure no more than one vacuum
AL> ran at once, and to 'nice' the job.. but performance on the db does

"nice"-ing the client does nothing for the backend server that does
the actual work. You need to track down the PID of the backend server
running the vacuum and renice *it* to get any effect.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: khera(at)kciLink(dot)com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message scott.marlowe 2003-10-24 16:32:52 Re: My own performance/tuning q&a
Previous Message Vivek Khera 2003-10-24 15:49:34 Re: My own performance/tuning q&a