Re: Vacuuming

Поиск
Список
Период
Сортировка
Искать
От
Frank Bax
Тема
Re: Vacuuming
Дата
Msg-id
BLU0-SMTP59BA3D9EDFBF8BF6315188AC4C0@phx.gbl
Ответ на
Re: Vacuuming (APseudoUtopia)
Список
Дерево обсуждения
Vacuuming peter@vfemail.net
Re: Vacuuming APseudoUtopia <apseudoutopia@gmail.com>
Re: Vacuuming Frank Bax <fbax@sympatico.ca>
Re: Vacuuming Mladen Gogala <mladen.gogala@vmsinfo.com>
Re: Vacuuming Frank Bax <fbax@sympatico.ca>
Re: Vacuuming Devrim GÜNDÜZ <devrim@gunduz.org>
APseudoUtopia wrote:
> On Fri, Feb 12, 2010 at 7:32 PM,   wrote:
>> There's a script running on my server hosting a PostgreSQL database that does some type of vacuuming routine every Friday at 5:00 p.m.  Specifically, the script executes this command:
>>
>>     psql -d database_name -c "vacuum full verbose"
>>
>> and e-mails the verbose output to me.  Today's report today contains about 900,000 characters.
>>
>> I don't event know where to begin reading that report, interpreting what it's telling me, determining what's important, or ascertaining what's routing and unimportant.
>>
>> Can anybody give me any guidance or point me to a document that I should read to understand what the PostgreSQL vacuum does and why this is an important function and how to decipher the verbose output?
>>
> 
> You should never run VACUUM FULL on a regular basis. In fact, it's
> recommended never to use FULL.
> See: http://wiki.postgresql.org/wiki/VACUUM_FULL
> 


I can't seem to find how to start autovacuum daemon?
Once running how can I monitor its effect?
В списке pgsql-novice по дате отправления
От: APseudoUtopia
Дата:
Сообщение: Re: Vacuuming
От: Mladen Gogala
Дата:
Сообщение: Re: Vacuuming
FAQ