Re: [PATCH] Better Performance for PostgreSQL with large INSERTs - Mailing list pgsql-hackers

From Philipp Marek
Subject Re: [PATCH] Better Performance for PostgreSQL with large INSERTs
Date
Msg-id 670969ba3fe8fd9411928f8757739c4c@marek.priv.at
Whole thread Raw
In response to Re: [PATCH] Better Performance for PostgreSQL with large INSERTs  (Filip Janus <fjanus@redhat.com>)
List 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



pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Safer hash table initialization macro
Next
From: Bertrand Drouvot
Date:
Subject: Re: Remove unused fields from BufferCacheNumaRec