Re: Unlinking Parallel Hash Join inner batch files sooner

From: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unlinking Parallel Hash Join inner batch files sooner
Date: 2026-08-25 17:35:15
Message-ID: 21F6F4C5-5B7E-4FF7-BBDD-77255D69C3E2@yandex-team.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Thomas,

I was cleaning up my unfinished reviews and returned to this thread.

The patch is still relevant on current master. The original reproducer
still grows the hash join from 8 to 16 and then 32 batches, while keeping
the files from the previous generations until the end of the query. The
patch needs a small rebase, but I do not see any change that would make the
approach obsolete.

Are you still interested in moving this forward? I can post a rebased
version if useful.

Best regards, Andrey Borodin.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-08-25 18:13:10 Re: scary patch contest
Previous Message Antonin Houska 2026-08-25 17:25:17 Re: Race conditions in logical decoding