Re: Bottlenecks with large number of relation segment files
В списке pgsql-general по дате отправления:
| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера