Re: autovacuum?

Поиск
Список
Период
Сортировка
От Shane Ambler
Тема Re: autovacuum?
Дата
Msg-id 452FCE0B.3080903@007Marketing.com
обсуждение исходный текст
Ответ на Re: autovacuum?  (Jan Danielsson <jan.danielsson@gmail.com>)
Ответы Re: autovacuum?  (Jan Danielsson <jan.danielsson@gmail.com>)
Список pgsql-novice
Jan Danielsson wrote:
> Jan Danielsson wrote:
> [---]
>>    Quick questions: Do I simply need to enable autovacuum in the
>> postgresql.conf file, or is there more to it? Will it vacuum all
>> databases, or do I need to specify which ones? If so, how?
>
>    Ok, I finally found the relevant documentation. Seems I had to enable
> two other keywords in the postgresql.conf file. However, I still haven't
> figured out how I can actually verify that it *is* running the vacuum
> procedure. Any hints?
>
>
I'm not sure if there is a way.

I would think detailed enough logs should show it up but that may have
to be at debug level I am guessing.

The only one I would think of is to check the stats - I would use
pgAdmin and check the row counts on a table (these show up after a
vacuum) before and after you know a number of rows have been inserted
and see if that updates after a couple of minutes.

В списке pgsql-novice по дате отправления:

Предыдущее
От: Shane Ambler
Дата:
Сообщение: Re: autovacuum?
Следующее
От: Jan Danielsson
Дата:
Сообщение: Re: autovacuum?