Re: Eagerly scan all-visible pages to amortize aggressive vacuum

From: Alena Rybakina <a(dot)rybakina(at)postgrespro(dot)ru>
To: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Geoghegan <pg(at)bowt(dot)ie>, Robert Treat <rob(at)xzilla(dot)net>
Subject: Re: Eagerly scan all-visible pages to amortize aggressive vacuum
Date: 2025-01-16 07:45:57
Message-ID: a6fa7e0b-8764-43ef-8b27-e15b23a75f6b@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15.01.2025 23:09, Melanie Plageman wrote:
> On Wed, Jan 15, 2025 at 12:08 PM Alena Rybakina
> <a(dot)rybakina(at)postgrespro(dot)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.
>
Yes, I see. ok)

--
Regards,
Alena Rybakina
Postgres Professional

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-01-16 07:50:09 Re: An improvement of ProcessTwoPhaseBuffer logic
Previous Message Pavel Stehule 2025-01-16 07:36:52 Re: Add XMLNamespaces to XMLElement