Re: fsm allocation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fsm allocation
Дата
Msg-id 13204.1132358365@sss.pgh.pa.us
обсуждение исходный текст
Ответ на fsm allocation  (Colton A Smith <smith@cs.utk.edu>)
Список pgsql-admin
Colton A Smith <smith@cs.utk.edu> writes:
>    Recently, I vacuumed and the output told me I had 47 relations, 151751
> pages stored, and that I needed 237680 total pages.  My fsm allocation
> was for 1000 relations, 150000 pages.
>    I took this to mean the vacuum didn't work and that I needed to allocate
> more pages.  So I edited the conf file to allocate 300000 pages.  After
> altering SHMMAX on my system, I was able to restart the database.
>     I tried vacuuming again.  This time, the output said I had 47
> relations, 301906 pages and that I now needed 333104 total pages.
>    I'm confused.  Does this mean I need to bump up my fsm allocation again?

I seem to recall that the FSM's threshold for how much free space is
worth remembering does vary with the number of slots it's got available,
so this increase isn't too surprising.

Without knowing anything about the total size of your database, it's
difficult to say whether these numbers are out of line or not.

            regards, tom lane

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: fsm allocation
Следующее
От: Guido Barosio
Дата:
Сообщение: Re: COPY and partitioning