> You should start transaction explicitly. Else it's one transaction per command
> and in a batch processing that goes out of hand really quickly.

I agree with you 100%. The part that I hadn't given much thought was the 
Isolation levels to pass as the parameter into the transaction object.

 
> I would rather write correct algorithm than spent hours on micro-optimizing
> loops. BTW did you know asm loops are faster than Delphi and .NET loops?

Ah ASM, that is definitely a blast from the past. 

In trying to eliminate certain bottlenecks, I moved a small sample of the 
source data to a local FB db and ran the .NET test and there it was practically 
instantaneous reading the data. I think the Network Latency on my corporate 
network is another factor. 
Over the weekend, I will move a more sizable sampling to my local DB and 
attempt the test with the Reads and Write. I downloaded Red-gate (trial) and 
will profile the App. I will keep everyone posted on the any findings. 

Thanks,

Edward Mendez


------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to