Re: Autoanalyze of the autovacuum daemon ...

From: "Kevin Grittner" <kgrittn(at)mail(dot)com>
To: "Baptiste LHOSTE" <blhoste(at)alaloop(dot)com>,pgsql-admin(at)postgresql(dot)org
Cc: cedric(at)2ndquadrant(dot)com
Subject: Re: Autoanalyze of the autovacuum daemon ...
Date: 2012-11-09 14:31:39
Message-ID: 20121109143139.77870@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Baptiste LHOSTE wrote:

> Today I consulted the log of my PostgreSQL server and I saw that
> autovacuum tasks took to much time to do their work. I thought that
> ANALYZE was a fast operation ?

That depends on configuration settings and on whether the computer
(or VM) is so swamped that the autovacuum task is starved for cycles.
Also on any overrides of statistics targets for those tables.

Please show us the output from running this query:

http://wiki.postgresql.org/wiki/Server_Configuration

Have you overridden any statistics targets?

A description of the environment would also be good. Hardware? Load?

-Kevin

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Baptiste LHOSTE 2012-11-09 15:35:23 Re: Autoanalyze of the autovacuum daemon ...
Previous Message Baptiste LHOSTE 2012-11-09 10:13:45 Re: Autoanalyze of the autovacuum daemon ...