Re: [WiP] B-tree page merge during vacuum to reduce index bloat - Mailing list pgsql-hackers

From Madhav Madhusoodanan
Subject Re: [WiP] B-tree page merge during vacuum to reduce index bloat
Date
Msg-id CAKw2Pb3i2QBuUVAHk=Ao7G0FKvDFGbMAZCZLLcBNQpM5xHPN+A@mail.gmail.com
Whole thread Raw
In response to Re: [WiP] B-tree page merge during vacuum to reduce index bloat  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: [WiP] B-tree page merge during vacuum to reduce index bloat
List pgsql-hackers
On Fri, Feb 27, 2026 at 4:28 PM Andrey Borodin <x4mmm@yandex-team.ru> wrote:
>
>
> Hi Madhav!
>
> It's available here [0], it's only a prototype.
> But the approach with AccessExclusiveLock is not practically useful.
> Just REINDEX INDEX CONCURRENTLY will do better in most cases.

Thank you for sharing this, Andrey!

> Perhaps, I agree with Pavlo that it seems overly rigorous for GSoC.
> It's more like math research than code typing.

That is a fair point. I do understand that this is going to be more
mathematical, which is why I'd love to help make progress if
mentorship is possible.



pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: [PATCH] Support automatic sequence replication
Next
From: Heikki Linnakangas
Date:
Subject: Re: Fix bug in multixact Oldest*MXactId initialization and access