Re: Repercussions of killing a vacuum

From: Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info>
To: s anwar <sanwar(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Repercussions of killing a vacuum
Date: 2005-12-14 20:28:08
Message-ID: 43A08058.4080209@ca.afilias.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

s anwar wrote:

> I have a vacuum running for many days in postgres 8.1. Could the
> vacuum process be killed without causing any serious damage to the
> data. From the looks of the data directory, it seems to be rebuilding
> index files, but at a very slow speed.
>
Yes, it can be safely killed. kill -2 is your best bet. Anything
harder that a -2 will restart the backend (in recovery mode).

--
Brad Nicholson 416-673-4106 bnichols(at)ca(dot)afilias(dot)info
Database Administrator, Afilias Canada Corp.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Dengler 2005-12-14 21:30:34 Static Variables in PL/PGSQL
Previous Message Daniel T. Staal 2005-12-14 19:58:08 Re: Help please