Re: partial vacuum

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: partial vacuum
Дата
Msg-id 20050312.112619.129345601.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: partial vacuum  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Have you looked at the vacuum cost delay features present in 8.0?
> On the whole that seems like a better solution for reducing the impact
> of routine vacuuming than trying to manage partial vacuuming with an
> approach like this.

IMO vacuum cost delay seems not to be a solution. To keep long running
system's performance steady, we need to avoid table/index bloat(I
assume incoming trasanction rate is constant). Surely vacuum delay
reduces the impact, but the cost is taking longer time to salvage free
spaces, and FMS will run out due to incoming transactions, no?
--
Tatsuo Ishii


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

Предыдущее
От: Satoshi Nagayasu
Дата:
Сообщение: Re: partial vacuum
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Raw size