Re: Query Priority

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Childs <blue(dot)dragon(at)blueyonder(dot)co(dot)uk>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Query Priority
Date: 2003-05-02 14:23:10
Message-ID: 10241.1051885390@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Peter Childs <blue(dot)dragon(at)blueyonder(dot)co(dot)uk> writes:
> Is there some way to give some postgres backends higher priority.

No.

> I don't think this would be too difficult to do as certainly on
> Linux the process could just be reniced and the os left to figure it out.

Read about "priority inversion" in any handy CS textbook ... renicing a
process won't buy you much if the locking mechanisms don't cooperate.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Achilleus Mantzios 2003-05-02 16:29:34 Re: [SQL] 7.3 analyze & vacuum analyze problem
Previous Message Andrew Sullivan 2003-05-02 14:05:44 Re: Query Priority