Re: is pg_autovacuum so effective ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: is pg_autovacuum so effective ?
Дата
Msg-id 12400.1109107683@sss.pgh.pa.us
обсуждение исходный текст
Ответ на is pg_autovacuum so effective ?  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: is pg_autovacuum so effective ?  (Gaetano Mendola <mendola@bigfoot.com>)
Список 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 по дате отправления:

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: is pg_autovacuum so effective ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM ANALYZE slows down query