Re: Preventing duplicate vacuums?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Preventing duplicate vacuums?
Дата
Msg-id 200402051341.25089.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Preventing duplicate vacuums?  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
Rod,

> 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.

Yes, but we don't have partial or targeted vacuums yet.  When tablespaces is 
finished, presumably the lock would be per tablespace.

-- 
-Josh BerkusAglio Database SolutionsSan Francisco



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: It's past time to redo the smgr API
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCHES] log session end - again