From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Barry Lind <barry(at)xythos(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Performance problem with large insert statements |
Date: | 2001-12-28 05:24:23 |
Message-ID: | 200112280524.fBS5ONW03275@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Pavlo Baron | 2001-12-28 09:15:59 | Re: TODO question |
Previous Message | Tom Lane | 2001-12-28 05:20:44 | Re: [SQL] An easy question about creating a primary key |