Page 1 of 1

Zeoslib slow in IDE?

Posted: 03.04.2009, 15:14
by Drarok
Apologies if this has already been covered, but I'm transferring some data from a MySQL server into a SQLite file for mobile users, and found that Zeoslib is very slow when I run it locally, but much (approx. 10x) faster if I simply run the .exe outside of the Delphi IDE!

Is this documented behaviour? Any way I can increase the speed?

Borland Delphi 5, Zeos trunk from SVN, MySQL 5.1 Server, SQLite 3.

Posted: 03.04.2009, 16:00
by mdaems
Seems like you are running it in the debugger modus (what you call locally). No doubt this is slower.

Mark

Posted: 03.04.2009, 16:36
by Drarok
Is there anything that can be done to improve the speed whilst in the debugger, or not? I know things can be slower, but I didn't expect it to be so significant.