Re: How to speedup inserts via ADO ? - Mailing list pgsql-odbc

From Relyea, Mike
Subject Re: How to speedup inserts via ADO ?
Date
Msg-id AF7D9319B29A0242A33C3BF843BD313309F54264@USA7061MS03.na.xerox.net
Whole thread Raw
In response to Re: How to speedup inserts via ADO ?  (Arnaud Lesauvage <arnaud.listes@codata.eu>)
List pgsql-odbc
> I have a mylog output, but it is quite huge.
> Are there any known tweaks to make inserts on linked ODBC
> tables faster?
>

Try creating a passthrough query instead.  Put your insert statements
into a passthrough query and run that instead of doing the inserts on a
linked table.

Mike

pgsql-odbc by date:

Previous
From: Arnaud Lesauvage
Date:
Subject: Re: How to speedup inserts via ADO ?
Next
From: Arnaud Lesauvage
Date:
Subject: Re: How to speedup inserts via ADO ?