Re: Postgresql backend to perform vacuum automatically

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql backend to perform vacuum automatically
Дата
Msg-id 23021.1015431112@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgresql backend to perform vacuum automatically  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Ответы Re: Postgresql backend to perform vacuum automatically  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
"Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> I still think, that for best results the vacuums should happen continuously
> for single pages based on a hook in wal or the buffer manager.

Not possible unless you are willing to have SELECTs grab much stronger
locks than they do now (viz, the same kind of lock that VACUUM does).
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Mandrake RPMs rebuilt
Следующее
От: Turbo Fredriksson
Дата:
Сообщение: Re: Drop in performance for each INSERT/DELETE combo