Set access strategy for parallel vacuum workers

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Set access strategy for parallel vacuum workers
Дата
Msg-id CAA4eK1KbmJgRV2W3BbzRnKUSrukN7SbqBBriC4RDB5KBhopkGQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Set access strategy for parallel vacuum workers  (Masahiko Sawada <sawada.mshk@gmail.com>)
Re: Set access strategy for parallel vacuum workers  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers
During recent developments in the vacuum, it has been noticed [1] that
parallel vacuum workers don't use any buffer access strategy. I think
we can fix it either by propagating the required information from the
leader or just get the access strategy in each worker separately. The
patches for both approaches for PG-13 are attached.

Thoughts?

[1] - https://www.postgresql.org/message-id/CAH2-Wz%3Dgf6FXW-jPVRdeCZk0QjhduCqH_XD3QbES9wPmhircuA%40mail.gmail.com

-- 
With Regards,
Amit Kapila.

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Wired if-statement in gen_partprune_steps_internal
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: New IndexAM API controlling index vacuum strategies