Re: Repercussions of killing a vacuum

Поиск
Список
Период
Сортировка
От Brad Nicholson
Тема Re: Repercussions of killing a vacuum
Дата
Msg-id 43A08058.4080209@ca.afilias.info
обсуждение исходный текст
Ответ на Repercussions of killing a vacuum  (s anwar <sanwar@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Daniel T. Staal"
Дата:
Сообщение: Re: Help please
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Sequence on a char(6) column