Re: Bottlenecks with large number of relation segment files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bottlenecks with large number of relation segment files
Дата
Msg-id 8091.1375705416@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bottlenecks with large number of relation segment files  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: [HACKERS] Bottlenecks with large number of relation segment files
Список pgsql-general
Andres Freund <andres@2ndquadrant.com> writes:
> ... Also, there are global
> limits to the amount of filehandles that can simultaneously opened on a
> system.

Yeah.  Raising max_files_per_process puts you at serious risk that
everything else on the box will start falling over for lack of available
FD slots.  (PG itself tends to cope pretty well, since fd.c knows it can
drop some other open file when it gets EMFILE.)  We more often have to
tell people to lower that limit than to raise it.

            regards, tom lane


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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: Bottlenecks with large number of relation segment files
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Why are stored procedures looked on so negatively?