Re: Admission Control Policy

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Admission Control Policy
Дата
Msg-id 603c8f070912281601s701567ben4cb4e60bbfe1f306@mail.gmail.com
обсуждение исходный текст
Ответ на Admission Control Policy  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Admission Control Policy
Re: Admission Control Policy
Список pgsql-hackers
On Mon, Dec 28, 2009 at 3:33 PM, Kevin Grittner
<Kevin.Grittner@wicourts.gov> wrote:
> They describe a two-tier approach, where the first tier is already
> effectively implemented in PostgreSQL with the max_connections and
> superuser_reserved_connections GUCs.  The second tier is implemented
> to run after a plan is chosen, and may postpone execution of a query
> (or reduce the resources it is allowed) if starting it at that time
> might overload available resources.

It seems like it might be helpful, before tackling what you're talking
about here, to have some better tools for controlling resource
utilization.  Right now, the tools we have a pretty crude.  You can't
even nice/ionice a certain backend without risking priority inversion,
and there's no sensible way to limit the amount of amount of working
memory per-query, only per query-node.

http://archives.postgresql.org/pgsql-hackers/2009-10/msg00125.php

...Robert


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: special cases of true serializability
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Admission Control Policy