Re: Parallel heap vacuum - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Re: Parallel heap vacuum
Date
Msg-id CAD21AoDhpqngBasGGi9ODQpGoG01GAbxdCOVxRM+j5GPreJrSA@mail.gmail.com
Whole thread Raw
In response to Re: Parallel heap vacuum  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Parallel heap vacuum
List pgsql-hackers
On Tue, Feb 25, 2025 at 4:49 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> On Tue, Feb 25, 2025 at 2:44 PM Melanie Plageman
> <melanieplageman@gmail.com> wrote:
> >
> > On Tue, Feb 25, 2025 at 5:14 PM Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> > >
> > > Given that we have only about one month until the feature freeze, I
> > > find that it's realistic to introduce either one parallelism for PG18
> > > and at least we might want to implement the one first that is more
> > > beneficial and helpful for users. Since we found that parallel phase
> > > III is not very efficient in many cases, I'm thinking that in terms of
> > > PG18 development, we might want to switch focus to parallel phase I,
> > > and then go for phase III if we have time.
> >
> > Okay, well let me know how I can be helpful. Should I be reviewing a
> > version that is already posted?
>
> Thank you so much. I'm going to submit the latest patches in a few
> days for parallelizing the phase I. I would appreciate it if you could
> review that version.
>

I've attached the updated patches that make the phase I (heap
scanning) parallel. I'll share the benchmark results soon.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Selectively invalidate caches in pgoutput module
Next
From: vignesh C
Date:
Subject: Re: Commit fest 2025-03