max_files_per_process limit

Поиск
Список
Период
Сортировка
От Dilek Küçük
Тема max_files_per_process limit
Дата
Msg-id 5d5d98b30811100618v2c0f935fka3f7970b622d6760@mail.gmail.com
обсуждение исходный текст
Ответы Re: max_files_per_process limit  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Re: max_files_per_process limit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin

Hi,

We have a database of about 62000 tables (about 2000 tablespaces) with an index on each table. Postgresql version is 8.1.

Although after the initial inserts to about 32000 tables the subsequent inserts are considerable fast, subsequent inserts to more than 32000 tables are very slow.

This seems to be due to the datatype (integer) of max_files_per_process option in the postgres.conf file which is used to set the maximum number of open file descriptors.

Is there anything we could do about this max_files_per_process limit or any other way to speed up inserts to all these tables?

Any suggestions are wellcome.

Kind regards,
Dilek Küçük

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: openssl-fips-1.1.2
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: max_files_per_process limit