Resource allocation?

From: David Fetter <david(at)fetter(dot)org>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Resource allocation?
Date: 2004-05-04 18:18:48
Message-ID: 20040504181848.GE28373@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kind people,

I'm not sure where in the docs to start looking for this, but here's
the situation:

I'd like to be able to run large batch-process jobs for caching, but
limit the total resource utilization on them, something like nice(1).
Better still would be some way to put a max on total resources & be
able to allocate from that.

Does PostgreSQL have facilities for such a thing?

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-05-04 18:31:27 Re: Function to do runtime relative directory
Previous Message Greg Stark 2004-05-04 17:33:37 Re: inconsistent owners in newly created databases?