Re: Patch proposal - parameter to limit amount of FPW because of hint bits per second

Поиск
Список
Период
Сортировка
От Michail Nikolaev
Тема Re: Patch proposal - parameter to limit amount of FPW because of hint bits per second
Дата
Msg-id CANtu0oijDRJQ+UiMfEYgm_ua4U14yts+8CXBdPZQsNZbyM6jxw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Patch proposal - parameter to limit amount of FPW because of hint bits per second  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Patch proposal - parameter to limit amount of FPW because of hint bits per second  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
Hello, Peter.

> * Instead of avoiding the FPI when this happens, proactively call
> _bt_simpledel_pass() just before _bt_killitems() returns. Accept the
> immediate cost of setting an LP_DEAD bit, just like today, but avoid
> repeated FPIs.

Hm, not sure here
AFAIK current implementation does not produce repeated FPIs. Page is
marked as dirty on the first bit. So, others LP_DEAD (if not set by
single scan) do not generate FPI until checkpoint is ready.
Also, the issue affects GITS and HASH indexes and HEAP pages.

Best regards,
Michail.



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

Предыдущее
От: Jian Guo
Дата:
Сообщение: Re: Summary Sort workers Stats in EXPLAIN ANALYZE
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Support logical replication of DDLs