Re: fsm allocation - Mailing list pgsql-admin

From Tom Lane
Subject Re: fsm allocation
Date
Msg-id 13204.1132358365@sss.pgh.pa.us
Whole thread Raw
In response to fsm allocation  (Colton A Smith <smith@cs.utk.edu>)
List 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 by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: fsm allocation
Next
From: Guido Barosio
Date:
Subject: Re: COPY and partitioning