From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | "Charles(dot)Hou" <ivan(dot)hou(at)msa(dot)hinet(dot)net> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Auto Vacuum question? |
Date: | 2007-06-04 14:49:06 |
Message-ID: | 20070604144906.GH4779@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Charles.Hou wrote:
> i set the auto vacuum option to enable. but my database size(hard-
> disk
> space) still increased from 420MB to 440MB in 8 hours. most of the
> operations in this database are the "Select" query command, just few
> of "Update or Insert".
> why it can be increased so strongly?
> after i executed the command " vaccumdb -f -z testdb", but the size
> just decreased 1 or 2MB...
> what's the problem?
It is normal that the tables grow a bit to a stationary state of dead
space (generated by UPDATE and DELETE). However it is not normal if it
loses track of that dead space. One thing you can and should do is
adjust the autovacuum settings (for example lowering the vacuum scale
factor and threshold values). Another is to correctly set the FSM
values.
Have you done both?
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Ray Stell | 2007-06-04 16:36:09 | Re: Need a wee bit more info on PostgreSQL's SSL security options |
Previous Message | Andreas | 2007-06-04 14:39:18 | Re: Need a wee bit more info on PostgreSQL's SSL security options |