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

Philipp Marek <philipp@marek.priv.at>

From: Philipp Marek <philipp@marek.priv.at>
To: Filip Janus <fjanus@redhat.com>
Cc: Andres Freund <andres@anarazel.de>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-12-01T13:55:27Z
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