Re: Why are we waiting?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why are we waiting?
Дата
Msg-id 18142.1202426587@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why are we waiting?  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Why are we waiting?  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> This is a tangent but are these actual Postgres processes? What's the logic
> behind trying to run a 1,000 processes on a box with 16 cpus?

We should certainly be careful about trying to eliminate contention in
this scenario at the cost of making things slower in more normal cases,
but it seems interesting to stress the system just to see what happens.

> Was this with your patch to raise the size of the clog lru?

That's an important question.

> What is MaxBackends actually set to for the runs.

That I think is not.  I'm fairly sure there are no performance-relevant
paths in which cost is driven by MaxBackends rather than the actual
current number of live backends.  Certainly nothing in or around the
ProcArray would act that way.
        regards, tom lane


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: configurability of OOM killer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: configurability of OOM killer