From: | S Arvind <arvindwill(at)gmail(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Vacuum ALL FULL |
Date: | 2009-06-06 22:36:13 |
Message-ID: | abf9211d0906061536w695c9813ybd21838f485135bf@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Found a notice after completing the
vacuumdb -p 5433 -- all --analyze --full -v
max_fsm_relation = 1400 in postgresql.conf
Thou all our 50 db individually have less then 1400 relation , when it
completes , there was NOTICE that increase the max_fsm_relation.
INFO: free space map contains 10344 pages in 1400 relations
DETAIL: A total of 25000 page slots are in use (including overhead).
54304 page slots are required to track all free space.
Current limits are: 25000 page slots, 1400 relations, using 299 KB.
NOTICE: max_fsm_relations(1400) equals the number of relations checked
HINT: You have at least 1400 relations. Consider increasing the
configuration parameter "max_fsm_relations".
VACUUM
But there nearly only 300 tables in that db. Is the free space map is per
DB or for all DB. Can i know the reason of this problem?
-Arvind S
*
"Many of lifes failure are people who did not realize how close they were to
success when they gave up."
-Thomas Edison*
From | Date | Subject | |
---|---|---|---|
Next Message | S Arvind | 2009-06-06 22:40:03 | Re: Vacuum ALL FULL |
Previous Message | Simon Riggs | 2009-06-06 08:50:52 | Re: Pointers needed on optimizing slow SQL statements |