Re: initdb profiles

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: initdb profiles
Дата
Msg-id 200509100830.51216.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: initdb profiles  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: initdb profiles  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thursday 08 September 2005 13:16, Andrew Dunstan wrote:
> Initdb already
> has adaptive rules - look at the source -  and Tom suggests adding
> another set for max_fsm_pages. All I'm doing is to suggest that we need
> to tweak those.
>

I'm curious how this could work... istm its fairly hard to predict a 
reasonable value for max_fsm_pages before you ever create a single database 
in your cluster... I could perhaps see this as becoming self tuning with an 
integrated autovacuum, where autovacuum stores the values needed for this and 
max_fsm_relations so that upon any restart these values get automatically 
updated to a reasonable number.  Even more ideal would be to not have them 
require restart at all, but thats yet another level of magic...

-- 
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL from source using MinGW
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [pgsql-hackers-win32] Build with Visual Studio & MSVC