Zeoslib slow in IDE?

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
Drarok
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 03.04.2009, 15:08

Zeoslib slow in IDE?

Post 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.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Seems like you are running it in the debugger modus (what you call locally). No doubt this is slower.

Mark
Image
Drarok
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 03.04.2009, 15:08

Post 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.
Post Reply