Re: refusing connections based on load ...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: refusing connections based on load ...
Дата
Msg-id Pine.LNX.4.30.0104252021320.762-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: refusing connections based on load ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: refusing connections based on load ...  (The Hermit Hacker <scrappy@hub.org>)
Re: refusing connections based on load ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> A conncurrent-xacts limit isn't perfect of course, but I think it'd
> be pretty good, and certainly better than anything based on the
> available load-average numbers.

The concurrent transaction limit would allow you to control the absolute
load of the PostgreSQL server, but we can already do that and it's not
what we're after here.  The idea behind the load average based approach is
to make the postmaster respect the situation of the overall system.
Additionally, the concurrent transaction limit would only be useful on
setups that have a lot of idle transactions.  Those setups exist, but not
everywhere.

To me, both of these approaches are in the "if you don't like it, don't
use it" category.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Any optimizations to the join code in 7.1?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: refusing connections based on load ...