Re: RES: Priority to a mission critical transaction

From: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: RES: Priority to a mission critical transaction
Date: 2006-11-29 01:20:38
Message-ID: 456CE066.50803@cheapcomplexdevices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-performance

Before asking them to remove it, are we sure priority inversion
is really a problem?

I thought this paper: http://www.cs.cmu.edu/~bianca/icde04.pdf
did a pretty good job at studying priority inversion on RDBMs's
including PostgreSQL on various workloads (TCP-W and TCP-C) and
found that the benefits of setting priorities vastly outweighed
the penalties of priority inversion across all the databases and
all the workloads they tested.

Bruce Momjian wrote:
> Someone should ask them to remove the article.
>
> ---------------------------------------------------------------------------
>
> Tom Lane wrote:
>> "Carlos H. Reimer" <carlos(dot)reimer(at)opendb(dot)com(dot)br> writes:
>>> There is an article about "Lowering the priority of a PostgreSQL query"
>>> (http://weblog.bignerdranch.com/?p=11) that explains how to use the
>>> setpriority() to lower PostgreSQL processes.
>>> I?m wondering how much effective it would be for i/o bound systems.
>> That article isn't worth the electrons it's written on. Aside from the
>> I/O point, there's a little problem called "priority inversion". See
>> the archives for (many) past discussions of nice'ing backends.
>>
>> regards, tom lane
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 7: You can help support the PostgreSQL project by donating at
>>
>> http://www.postgresql.org/about/donate
>

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Mark Kirkwood 2006-11-29 01:27:54 Re: RES: Priority to a mission critical transaction
Previous Message Mark Kirkwood 2006-11-29 01:11:12 Re: RES: Priority to a mission critical transaction

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Kirkwood 2006-11-29 01:27:54 Re: RES: Priority to a mission critical transaction
Previous Message Mark Kirkwood 2006-11-29 01:11:12 Re: RES: Priority to a mission critical transaction