Search Postgresql Archives

Re: 8.2.3 AutoVacuum not running

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Schwenker, Stephen" <SSchwenker@xxxxxxxxxx> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux