Re: is pg_autovacuum so effective ? - Mailing list pgsql-performance

From Tom Lane
Subject Re: is pg_autovacuum so effective ?
Date
Msg-id 12400.1109107683@sss.pgh.pa.us
Whole thread Raw
In response to is pg_autovacuum so effective ?  (Gaetano Mendola <mendola@bigfoot.com>)
Responses Re: is pg_autovacuum so effective ?  (Gaetano Mendola <mendola@bigfoot.com>)
List pgsql-performance
Gaetano Mendola <mendola@bigfoot.com> writes:
> I'm using ony pg_autovacuum. I expect that disk usage will reach
> a steady state but is not. PG engine: 7.4.5

One data point doesn't prove that you're not at a steady state.

> # vacuum full verbose messages;
> INFO:  vacuuming "public.messages"
> INFO:  "messages": found 77447 removable, 1606437 nonremovable row versions in 69504 pages
> ...
> INFO:  "messages": moved 55221 row versions, truncated 69504 to 63307 pages

10% overhead sounds fairly reasonable to me.  How does that compare to
the amount of updating you do on the table --- ie, do you turn over 10%
of the table in a day?

            regards, tom lane

pgsql-performance by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: is pg_autovacuum so effective ?
Next
From: Tom Lane
Date:
Subject: Re: VACUUM ANALYZE slows down query