Re: Performance problem with large insert statements - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Performance problem with large insert statements
Date
Msg-id 200112280524.fBS5ONW03275@candle.pha.pa.us
Whole thread Raw
In response to Re: Performance problem with large insert statements  (Barry Lind <barry@xythos.com>)
List pgsql-hackers
> Tom,
> 
> Thanks for looking into this.  What you found is about what I expected. 
>   What this means to me is that there should be a new todo item along 
> the lines:
>    * allow binding query args over FE/BE protocol

OK, I have added this to the TODO list in the cache section because it
is really just a special case of cached query plans where some constants
change.  I know it is a litte more than that, but the basic issues are
the same.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] An easy question about creating a primary key
Next
From: "Pavlo Baron"
Date:
Subject: Re: TODO question