Set access strategy for parallel vacuum workers - Mailing list pgsql-hackers

From Amit Kapila
Subject Set access strategy for parallel vacuum workers
Date
Msg-id CAA4eK1KbmJgRV2W3BbzRnKUSrukN7SbqBBriC4RDB5KBhopkGQ@mail.gmail.com
Whole thread Raw
Responses 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>)
List 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.

Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Wired if-statement in gen_partprune_steps_internal
Next
From: Amit Kapila
Date:
Subject: Re: New IndexAM API controlling index vacuum strategies