Re: Replication Syatem

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Replication Syatem
Дата
Msg-id Pine.GSO.4.64.0804290104570.2503@westnet.com
обсуждение исходный текст
Ответ на Re: Replication Syatem  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Ответы Re: Replication Syatem  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Список pgsql-performance
On Tue, 29 Apr 2008, Gauri Kanekar wrote:

> Basically we have some background process which updates "table1" and we
> don't want the application to make any changes to "table1" while vacuum.
> Vacuum requires exclusive lock on "table1" and if any of the background or
> application is ON vacuum don't kick off.

VACUUM FULL needs an exclusive lock, the regular one does not in 8.1.
It's one of the reasons FULL should be avoided.  If you do regular VACUUM
frequently enough, you shouldn't ever need to do a FULL one anyway.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Replication Syatem
Следующее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Replication Syatem