Re: a heavy duty operation on an "unused" table kills my server - Mailing list pgsql-performance

From Greg Smith
Subject Re: a heavy duty operation on an "unused" table kills my server
Date
Msg-id 4B51FB9E.4060207@2ndquadrant.com
Whole thread Raw
In response to Re: a heavy duty operation on an "unused" table kills my server  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-performance
Robert Haas wrote:
> Seems like you'd also need to think about priority inversion, if the
> "low-priority" backend is holding any locks.
>

Right, that's what I was alluding to in the last part:  the non-obvious
piece here is not how to decide when the backend should nap because it's
done too much I/O, it's how to figure out when it's safe for it to do so
without causing trouble for others.

--
Greg Smith    2ndQuadrant   Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com  www.2ndQuadrant.com


pgsql-performance by date:

Previous
From: Robert Haas
Date:
Subject: Re: a heavy duty operation on an "unused" table kills my server
Next
From: Pierre Frédéric Caillaud
Date:
Subject: Re: Inserting 8MB bytea: just 25% of disk perf used?