Re: Practical limit on number of tables ina single database

Поиск
Список
Период
Сортировка
От Just Someone
Тема Re: Practical limit on number of tables ina single database
Дата
Msg-id 36932f270603241115x75632b78q5965b94f761769ff@mail.gmail.com
обсуждение исходный текст
Ответ на Practical limit on number of tables ina single database  ("Just Someone" <just.some@gmail.com>)
Ответы Re: Practical limit on number of tables ina single database  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
Hi Jim,

On 3/24/06, Jim Nasby <jnasby@pervasive.com> wrote:
> You want max_fsm_relations to be greater than select count(*) from pg_class where
> relkind in ('i','t') *across all databases*. And you want max_fsm_pages to be bigger than
> that. That's the only way you can be assured that you'll be tracking free space info for
> every table.

So I need something like 2,000,000 in max_fsm_relations. So
max_fsm_pages now need to be 16 times that? That's how I read the
postgresql.conf comment.

> Taking a look at the last few lines of a vacuumdb -av would also be insightful, but I'm
> pretty certain that will only show what you need right *now*, not what you might need in
> the future.

Thanks!

Bye,

Guy


--
Family management on rails: http://www.famundo.com - coming soon!
My development related blog: http://devblog.famundo.com

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

Предыдущее
От: Douglas McNaught
Дата:
Сообщение: Re: Some pgbench results
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Practical limit on number of tables ina single database