Re: Autovacuum on by default?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Autovacuum on by default?
Дата
Msg-id 20060817172503.GQ318@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Autovacuum on by default?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Autovacuum on by default?
Re: Autovacuum on by default?
Список pgsql-hackers
Bruce Momjian wrote:
> Matthew T. O'Connor wrote:
> > Bruce Momjian wrote:
> > > Matthew T. O'Connor wrote:
> > >   
> > >> and increasing the log level when autovacuum actually fires off a VACUUM 
> > >> or ANALYZE command.
> > >>     
> > >
> > > This was not done because the logging control only for autovacuum was
> > > going to be added.  Right now, if you want to see the vacuum activity,
> > > you end up seeing debug stuff too (very ugly).
> > 
> > Any chance we can make this change before release?  I think it's very 
> > important to be able to look through the logs and *know* that you tables 
> > are getting vacuumed or not.
> 
> Agreed.  I just IM'ed Alvaro and he says pg_stat_activity should now
> show exactly what autovacuum is doing (and if it doesn't, let's fix it).
> I think that is the best solution to the monitoring problem, rather than
> throwing lines in the server logs.

Well, the problem is that it shows what it's *currently* doing, but it
doesn't let you know what has happened in the last day or whatever.  It
can't answer "has table foo been vacuumed recently?" or "what tables
haven't been vacuumed at all during this week?"

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-patches reply-to (was Re: [PATCHES] selecting
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Autovacuum on by default?