Re: Performance problem with large insert statements

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Performance problem with large insert statements
Дата
Msg-id 200112280524.fBS5ONW03275@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Performance problem with large insert statements  (Barry Lind <barry@xythos.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] An easy question about creating a primary key
Следующее
От: "Pavlo Baron"
Дата:
Сообщение: Re: TODO question