Re: [PATCH] Better Performance for PostgreSQL with large INSERTs

From: Philipp Marek <philipp(at)marek(dot)priv(dot)at>
To: Filip Janus <fjanus(at)redhat(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Better Performance for PostgreSQL with large INSERTs
Date: 2025-12-01 13:55:27
Message-ID: 670969ba3fe8fd9411928f8757739c4c@marek.priv.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Filip,

> I am also proposing the introduction of a new GUC
> variable for setting PQ_RECV_BUFFER_SIZE
> in the first patch.

thanks a lot; this allows configuration for all
connections to a database, and so should fit our needs
while not changing any behaviour in the default case.

> And the second patch removes the dead code.

Also always a good idea ;)

Thank you!

Regards,

Phil

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-12-01 13:57:00 Re: Remove unused fields from BufferCacheNumaRec
Previous Message Bertrand Drouvot 2025-12-01 13:45:00 Safer hash table initialization macro