Re: Deadline-Based Vacuum Delay

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Deadline-Based Vacuum Delay
Дата
Msg-id 6980.1167318085@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Deadline-Based Vacuum Delay  (Galy Lee <lee.galy@oss.ntt.co.jp>)
Ответы Re: Deadline-Based Vacuum Delay  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-hackers
Galy Lee <lee.galy@oss.ntt.co.jp> writes:
> So I am thinking another way to perform vacuum. For example vacuum can
> be refined in a maintenance time frame like "VACUUM IN 6 HOURS", and
> then vacuum operation will be performed within the window. The delay
> time is adjusted internally to spread the disk I/O over the time frame.

And you will manage that how?  The total amount of work to be done is
quite unpredictable.
        regards, tom lane


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

Предыдущее
От: "Jie Zhang"
Дата:
Сообщение: Re: Bitmap index thoughts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Recent SIGSEGV failures in buildfarm HEAD