Re: Speedup truncations of temporary relation forks - Mailing list pgsql-hackers

From Maxim Orlov
Subject Re: Speedup truncations of temporary relation forks
Date
Msg-id CACG=ezZF1JVu3+W0P3=vr+TKGKt+NFtnyktgnuKsFSCh=KF_qw@mail.gmail.com
Whole thread Raw
In response to Re: Speedup truncations of temporary relation forks  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers

On Wed, 4 Jun 2025 at 16:18, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:

Regardless, I think we should go ahead and apply the current patch.

Yeah, it is definitely improving things. It turns out that I made almost the same 
patch for our fork of Postgres, commissioned by one of the clients dealing with 
truncation of huge amount of temp relations. Back in the days, it solves the 
problem for him. But then I utterly forgot to share it with the community. 
Shame on me.

Anyway, the patch looks good to me. Hope, it will be committed soon.

--
Best regards,
Maxim Orlov.

pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Add tab-completion for ALTER TABLE ADD NOT NULL
Next
From: Nathan Bossart
Date:
Subject: Re: fix notes about password encryption in pg_authid docs