Re: autovacuum launcher eating too much CPU - Mailing list pgsql-hackers

From Darcy Buskermolen
Subject Re: autovacuum launcher eating too much CPU
Date
Msg-id 200709131559.15993.darcyb@commandprompt.com
Whole thread Raw
In response to autovacuum launcher eating too much CPU  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: autovacuum launcher eating too much CPU
List pgsql-hackers
On Thursday 13 September 2007 09:16:52 Alvaro Herrera wrote:
> Hi,
>
> Darcy Buskermolen noticed that when one has many databases, the autovac
> launcher starts eating too much CPU.

Don't forget the memory leak as well.  after 3 or 4 days of running I end up 
with a 2GB+ AVL..

>
> I tried it here with 200 databases and indeed it does seem to eat its
> share.  Even with the default naptime, which I wouldn't have thought
> that was too high (it does make the launcher wake up about three times a
> second though).
>
> I'm looking at a profile and I can't seem to make much sense out of it.
> It seems to me like the problem is not autovac itself, but rather the
> pgstat code that reads the stat file from disk.  Of course, autovac does
> need to read the file fairly regularly.
>
> Here is the top lines of gprof output.
>
> Comments?  Is there something here that needs fixing?
-- 


Darcy Buskermolen
The PostgreSQL company, Command Prompt Inc.
http://www.commandprompt.com/


pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: terms for database replication: synchronous vs eager
Next
From: Alvaro Herrera
Date:
Subject: Re: autovacuum launcher eating too much CPU