Re: Unlinking Parallel Hash Join inner batch files sooner - Mailing list pgsql-hackers

From Andrei Lepikhov
Subject Re: Unlinking Parallel Hash Join inner batch files sooner
Date
Msg-id c0b6efe0-04d4-4933-9d66-24a7b838bb3b@postgrespro.ru
Whole thread Raw
In response to Re: Unlinking Parallel Hash Join inner batch files sooner  (John Naylor <johncnaylorls@gmail.com>)
Responses Re: Unlinking Parallel Hash Join inner batch files sooner
List 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




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add lookup table for replication slot invalidation causes
Next
From: Amit Kapila
Date:
Subject: Re: logical decoding and replication of sequences, take 2