Re: What is VACUUM waiting for?

From: "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>
To: Michael Monnerie <michael(dot)monnerie(at)is(dot)it-management(dot)at>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: What is VACUUM waiting for?
Date: 2008-12-13 14:30:36
Message-ID: 4943C70C.9070307@zeut.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Michael Monnerie wrote:
> Dear list, this is postgres 8.1, and I run a dbmail mailserver where we deleted most e-mails.
> I then did a VACUUM (see below), and just before the "dbmail_messages" truncated rows
> there was a very long time where obviously nothing happened. No CPU usage (<8%) and
> no disk I/O (usage <5%). You can see this from the details:
> DETAIL: CPU 0.11s/0.23u sec elapsed 294.24 sec.
> I would have expected I/Os at least. How does VACUUM work at all?
>

Do you have any vacuum delay setting turned on? Perhaps they are too high?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message paulo matadr 2008-12-14 15:39:21 Urgente error in restore prod
Previous Message Michael Monnerie 2008-12-13 08:13:45 What is VACUUM waiting for?