Re: Dead Space Map version 3 (simplified)

Поиск
Список
Период
Сортировка
От Hiroki Kataoka
Тема Re: Dead Space Map version 3 (simplified)
Дата
Msg-id 462DB03F.2030803@interwiz.jp
обсуждение исходный текст
Ответ на Re: Dead Space Map version 3 (simplified)  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
Gregory Stark wrote:
> "Hiroki Kataoka" <kataoka@interwiz.jp> writes:
>
>> I think there is no problem.  Bloating will make pages including the
>> unnecessary area which will not be accessed.  Soon, those pages will be
>> registered into DSM.
>
> Except the whole point of the DSM is to let us vacuum those pages *before*
> that happens...

You are right.  However, expecting perfection will often lose
performance.  Delaying processing to some extent leads to performance.

Even if hot page is not vacuumed, it does not mean generating dead
tuples boundlessly.  About one hot page, the quantity of dead tuple
which continues existing unnecessarily is at most 1 page or its extent.
  Also that page is soon registered into DSM by checkpoint like fail-safe.

Isn't some compromise need as first version of DSM vacuum?

--
Hiroki Kataoka <kataoka@interwiz.jp>

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Load distributed checkpoint V4
Следующее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: [HACKERS] Full page writes improvement, code update