Preventing duplicate vacuums?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Preventing duplicate vacuums?
Дата
Msg-id 200402051237.14615.josh@agliodbs.com
обсуждение исходный текст
Ответы Re: Preventing duplicate vacuums?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Preventing duplicate vacuums?  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
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?

This becomes a more crucial issue now since the introduction of vacuum_delay 
makes overlapping vacuums more probable.

-- 
-Josh BerkusAglio Database SolutionsSan Francisco



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

Предыдущее
От: evgen
Дата:
Сообщение: Re: Recursive queries?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Vacuum Delay feature