Re: [HACKERS] REPEATED INSERT INTO ... 2nd thread

2003-02-25 Thread Neil Conway
On Tue, 2003-02-25 at 03:59, Christoph Haller wrote: > for (CmdIndex = start_index; CmdIndex < nRows; CmdIndex++) > { > sprintf(CmdLine, > "INSERT INTO AArray_Values ( Primary_Key, List_Pointer,\ >Parameter_Name, Parameter_Code,\ > Dim_Pointer, File_Pointer, Source_Type )\

Re: [HACKERS] REPEATED INSERT INTO ... 2nd thread

2003-02-25 Thread Christoph Haller
> > On Mon, 2003-02-24 at 07:22, Christoph Haller wrote: > > I've noticed subsequent executions of the same insert command are slow. > > I've searched the list archives for this matter and found several > > entries > > related, including suggestions how to speed up. > > The standard answer from the