Re: Repercussions of killing a vacuum - Mailing list pgsql-novice

From Brad Nicholson
Subject Re: Repercussions of killing a vacuum
Date
Msg-id 43A08058.4080209@ca.afilias.info
Whole thread Raw
In response to Repercussions of killing a vacuum  (s anwar <sanwar@gmail.com>)
List 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@ca.afilias.info
Database Administrator, Afilias Canada Corp.



pgsql-novice by date:

Previous
From: "Daniel T. Staal"
Date:
Subject: Re: Help please
Next
From: Bruno Wolff III
Date:
Subject: Re: Sequence on a char(6) column