Re: Eagerly scan all-visible pages to amortize aggressive vacuum - Mailing list pgsql-hackers

From Melanie Plageman
Subject Re: Eagerly scan all-visible pages to amortize aggressive vacuum
Date
Msg-id CAAKRu_Z668gcDYjErxRqr0R9Gjm982iSP86cB99z6MrOxHCe0Q@mail.gmail.com
Whole thread Raw
In response to Re: Eagerly scan all-visible pages to amortize aggressive vacuum  (Andres Freund <andres@anarazel.de>)
Responses Re: Eagerly scan all-visible pages to amortize aggressive vacuum
List pgsql-hackers
On Wed, Jan 15, 2025 at 12:08 PM Alena Rybakina
<a.rybakina@postgrespro.ru> wrote:
>
> This is interesting, but I think it might belong as commentary in
> vacuumparallel.c instead.
>
> I added some description about it, I hope it is fine. I attached vacuum_description.diff

Alena, thanks again for your review. I pushed the part that we worked
on so far. I didn't end up adding in your proposed addition to
vacuumparallel.c. Honestly, I am not as familiar with the parallel
vacuuming code, so I wasn't sure what information rises to the level
of importance of being in the comment at the top of the file.

- Melanie



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Purpose of wal_init_zero
Next
From: Jeff Davis
Date:
Subject: Re: Collation & ctype method table, and extension hooks