Re: Performance impact of lowering max_files_per_process

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Performance impact of lowering max_files_per_process
Дата
Msg-id 88c11904-5821-1b3d-c616-caa1369d38c4@gmx.net
обсуждение исходный текст
Ответ на Performance impact of lowering max_files_per_process  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-performance
Thomas Kellerer schrieb am 19.01.2018 um 17:48:
>
> I wonder what performance implications that has on a server with
> around 50-100 active connections (through pgBouncer).
> 
> My understanding of the documentation is, that Postgres will work
> just fine if we lower the limit, it simply releases the cached file
> handles if the limit is reached. But I have no idea how expensive
> opening a file handle is in Linux.
> 
> So assuming the sessions (and thus the queries) actually do need that
> many file handles, what kind of performance impact (if any) is to be
> expected by lowering that value for Postgres to e.g. 500?

I would be really interested in an answer. 




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

Предыдущее
От: pavan95
Дата:
Сообщение: Re: 8.2 Autovacuum BUG ?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: need help on memory allocation