Subject | RE: [firebird-support] Re: OLEDB VERY SLOW. Need > 1000 transactions /s |
---|---|
Author | Alan McDonald |
Post date | 2004-02-06T19:33:04Z |
> 3) construct an external table and then just reference it. I thinkMake sure you commit every 2-3000 inserts
> this sounds like a plan. Right now I actually abandoned the ADO for
> large transactions and wrote a server-client that constructs a SQL
> script and sends it to the server to be executed with that ISQL
> command line tool. That did get me around 1200-2500 tps initially
> but then slowed down severely for some reason.
> I really need to bethat's a very simple case of FTFM - then get back to us
> able to have error trapping anyways which could be accomplished in a
> stored procedure that it is processing that external table.
>
> How do you construct the external table and then tell the backend
> about it?
>
ALan