Re: Admission Control

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Admission Control
Дата
Msg-id 4C28C4580200002500032C29@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Admission Control  (Jesper Krogh <jesper@krogh.cc>)
Список pgsql-hackers
Jesper Krogh <jesper@krogh.cc> wrote:
> I have not hit any issues with the work_mem being too high, but
> I'm absolutely sure that I could flood the system if they happened
> to be working at the same time.
OK, now that I understand your workload, I agree that a connection
pool at the transaction level won't do you much good.  Something
which limited the concurrent *query* count, or an execution
admission controller based on resource usage, could save you from
occasional random incidents of resource over-usage.
-Kevin


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Keepalives win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: testing plpython3u on 9.0beta2