Re: Preventing duplicate vacuums?

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Preventing duplicate vacuums?
Дата
Msg-id 1076016392.308.539.camel@jester
обсуждение исходный текст
Ответ на Preventing duplicate vacuums?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Preventing duplicate vacuums?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
On Thu, 2004-02-05 at 15:37, Josh Berkus wrote:
> Folks,
> 
> Just occurred to me that we have no code to prevent a user from running two 
> simultaneos lazy vacuums on the same table.    I can't think of any 
> circumstance why running two vacuums would be desirable behavior; how 
> difficult would it be to make this an exception?

You have a 8 billion row table with some very high turn over tuples
(lots of updates to a few thousand rows). A partial or targeted vacuum
would be best, failing that you kick them off fairly frequently,
especially if IO isn't really an issue.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: It's past time to redo the smgr API
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: It's past time to redo the smgr API