Re: Unlinking Parallel Hash Join inner batch files sooner

From: Andrei Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Jehan-Guillaume de Rorthais <jgdr(at)dalibo(dot)com>, John Naylor <johncnaylorls(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Unlinking Parallel Hash Join inner batch files sooner
Date: 2024-02-21 06:34:37
Message-ID: c0b6efe0-04d4-4933-9d66-24a7b838bb3b@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I see in [1] that the reporter mentioned a delay between the error
message in parallel HashJoin and the return control back from PSQL. Your
patch might reduce this delay.
Also, I have the same complaint from users who processed gigabytes of
data in parallel HashJoin. Presumably, they also stuck into the unlink
of tons of temporary files. So, are you going to do something with this
code?

[1]
https://www.postgresql.org/message-id/18349-83d33dd3d0c855c3%40postgresql.org

--
regards,
Andrei Lepikhov
Postgres Professional

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-02-21 06:36:30 Re: logical decoding and replication of sequences, take 2
Previous Message Michael Paquier 2024-02-21 06:26:12 Re: Add lookup table for replication slot invalidation causes