Re: degenerate performance on one server of 3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Erik Aronesty <erik(at)q32(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: degenerate performance on one server of 3
Date: 2009-06-03 21:15:23
Message-ID: 25083.1244063723@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Erik Aronesty <erik(at)q32(dot)com> writes:
> I think, perhaps, autovac wasn't running on that machine.
> Is there any way to check to see if it's running?

> I have enabled all the options , and I know it's running on my other
> servers because I see

> LOG: autovacuum.... entries (a profusion of them)

> I suspect, perhaps, that it's just not showing up in the log since my
> 8.2 BSD box came with different settings by default.

8.2 has far crummier support for logging what autovacuum is doing than
8.3 does :-(. The settings you show should mean that it's running, but
the only way to check specifically is to crank log_min_messages way up,
which will clutter your log with a lot of useless noise along with
autovacuum's messages.

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2009-06-03 21:42:59 Re: Pointers needed on optimizing slow SQL statements
Previous Message Scott Carey 2009-06-03 21:09:45 Re: Scalability in postgres