Re: RES: Priority to a mission critical transaction

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
Cc: Andreas Kostyrka <andreas(at)kostyrka(dot)org>, jim(at)nasby(dot)net, pgsql-performance(at)postgresql(dot)org
Subject: Re: RES: Priority to a mission critical transaction
Date: 2006-11-29 01:27:54
Message-ID: 456CE21A.4010004@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-performance

Ron Mayer wrote:
> Short summary:
> * Papers studying priority inversion issues with
> databases including PosgreSQL and realistic workloads
> conclude setpriority() helps even in the presence of
> priority inversion issues for TCP-C and TCP-W like
> workloads.
> * Avoiding priority inversion with priority inheritance
> will further help some workloads (TCP-C) more than
> others (TCP-W) but even without such schedulers
> priority inversion does not cause as much harm
> as the benefit you get from indirectly scheduling
> I/O through setpriority() in any paper I've seen.
>
> Andreas Kostyrka wrote:
>> * Carlos H. Reimer <carlos(dot)reimer(at)opendb(dot)com(dot)br> [061128 20:02]:
>>> Will the setpriority() system call affect i/o queue too?
>> Nope, and in fact the article shows the way not to do it.
>
> Actually *YES* setpriority() does have an indirect effect
> on the I/O queue.
>

While I was at Greenplum a related point was made to me:

For a TPC-H/BI type workload on a well configured box the IO subsystem
can be fast enough so that CPU is the bottleneck for much of the time -
so being able to use setpriority() as a resource controller makes sense.

Also, with such a workload being mainly SELECT type queries, the dangers
connected with priority inversion are considerably reduced.

Cheers

Mark

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message elein 2006-11-29 02:05:41 Re: Importand points about PostgreSQL
Previous Message Ron Mayer 2006-11-29 01:20:38 Re: RES: Priority to a mission critical transaction

Browse pgsql-performance by date

  From Date Subject
Next Message Ron Mayer 2006-11-29 10:55:48 Re: RES: Priority to a mission critical transaction
Previous Message Ron Mayer 2006-11-29 01:20:38 Re: RES: Priority to a mission critical transaction