Re: "canceling autovacuum time"

From: Ondrej Ivanič <ondrej(dot)ivanic(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: "canceling autovacuum time"
Date: 2012-02-28 03:07:56
Message-ID: CAM6mieJ+MkKU_hBHn8va0t5ESFvCSDYH40fViG8fv0CpZyz5Og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On 28 February 2012 11:53, Jameison Martin <jameisonb(at)yahoo(dot)com> wrote:
> I'm seeing "GMTERROR: canceling autovacuum task" lines in my logs.

That's *should* be fine. autovacuum daemon is smart enough to cancel
it self when other query needs access to the table. The affected table
will be vacuumed/analysed later. You should monitor
pg_stat_user_tables view to see how often is the table
vacuumed/analysed.

--
Ondrej Ivanic
(ondrej(dot)ivanic(at)gmail(dot)com)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message chinnaobi 2012-02-28 03:22:02 Re: PSQL 9.1 Streaming Replication Windows 2008 64 bit Servers
Previous Message John R Pierce 2012-02-28 02:49:30 Re: accumulating handles problem on machine running postgresql