Re: 8.2.3 AutoVacuum not running

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.2.3 AutoVacuum not running
Дата
Msg-id 15716.1176302323@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 8.2.3 AutoVacuum not running  ("Schwenker, Stephen" <SSchwenker@thestar.ca>)
Список pgsql-general
"Schwenker, Stephen" <SSchwenker@thestar.ca> writes:
> It says it's on and I have also turned on all stats collecting.

My guess is that it's actually running but is not choosing to do any
vacuums for some reason.  Try setting log_min_messages to DEBUG5 for
awhile and trawling the postmaster log for evidence.  You should at
minimum see messages indicating that the postmaster is launching an
autovac worker process once a minute; the next question is what that
process is doing with itself.  (You might want to adjust log_line_prefix
to include PID so that you can track which messages come from which
process.  I find including a timestamp is often helpful also.)

            regards, tom lane

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

Предыдущее
От: William Garrison
Дата:
Сообщение: Re: Do I need serializable for this query? -- Part 2
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: COPY FROM file with zero-delimited fields