Re: Process in state BIND, authentication, PARSE

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Process in state BIND, authentication, PARSE
Дата
Msg-id 1373463453.36614.YahooMailNeo@web162904.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Re: Process in state BIND, authentication, PARSE  (Jeison Bedoya <jeisonb@audifarma.com.co>)
Список pgsql-performance
Jeison Bedoya <jeisonb@audifarma.com.co> wrote:

> Ram: 128GB

> max_connections = 900

> temp_buffers = 128MB

Besides the concerns already expressed about work_mem, temp_buffers
could be a big problem.  If a connection uses temp tables it
acquires up to 128MB, *and holds on it reserved for caching temp
tables for that connection for as long as the connection lasts*.
So, for 900 connections, that could be 112.5 GB.  I would expect to
see performance decrease and eventually completely tank as more
connections reserved memory for this purpose.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Rick Otten
Дата:
Сообщение: Re: Performance autovaccum
Следующее
От: "Huang, Suya"
Дата:
Сообщение: how to speed up the index creation in GP?