Re: Postmaster hogs CPU

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: Chris Gamache <cgg007(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Postmaster hogs CPU
Date: 2004-05-06 01:42:34
Message-ID: 19569.1083807754@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Gaetano Mendola <mendola(at)bigfoot(dot)com> writes:
> You can basically renice the process that is performing the query.

However, that's unlikely to do anything very pleasant, since you'll have
priority-inversion problems. "nice" has no idea when the process is
holding a lock that someone else wants ...

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2004-05-06 01:57:36 Re: Postmaster hogs CPU
Previous Message Gaetano Mendola 2004-05-06 01:09:25 Re: Postmaster hogs CPU