Search found 21 matches

by andrea.lai
19.12.2005, 18:01
Forum: MySQL
Topic: Slow on Linux
Replies: 7
Views: 2267

Yes there is an index on ANA_EAN...
Now I test using EOF.

How I set the bind variable ?
by andrea.lai
16.12.2005, 12:32
Forum: MySQL
Topic: Slow on Linux
Replies: 7
Views: 2267

I have just create update statment on external sql file and I have run the command "mysql < file.sql" and in the same system mysql work fast. The problem is identical infact if I use this : if ZANAGRAF.Locate('ANA_EAN',COD,[loCaseInsensitive]) then begin ZANAGRAF.Edit; ZANAGRAF.fieldbyname...
by andrea.lai
15.12.2005, 16:32
Forum: MySQL
Topic: Slow on Linux
Replies: 7
Views: 2267

I have 2 identical machine 1 with WinXP SP2 and 1 with Linux. The database is MySQL 5.0.15 ( on windows and on Linux ). For example I have create an CLX applicatin and I have compiled it with Delphi 7 and with CrossKylix. The application read a text file with 1000 record and update a TZTable using t...
by andrea.lai
14.12.2005, 21:11
Forum: MySQL
Topic: Slow on Linux
Replies: 7
Views: 2267

Slow on Linux

I have create an CLX application that run on linux and on windows with mysql 5.0.15.

This application run very very slow on Linux but on Window is very fast.

Someone can help me to increase the performance ?

Thanks
by andrea.lai
30.11.2005, 11:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem: I use domain on Postgres 8.1 with latest ZeosLib
Replies: 11
Views: 2010

Excuse me
how can download the CVS release ?
I have downloaded last CVS ( 13/10/2005 ) and with PostgreSQL I have much error ...
by andrea.lai
30.11.2005, 10:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance problem on Linux
Replies: 0
Views: 625

Performance problem on Linux

Hi, I have create an application with Delphi7 and ZEOS 6.5.1. This application use MySQL 5.0.15 database server do save the data. I have compiled it with Delphi7 ( for win32 ) and with CrossKylix ( for Linux ). The problem is that on Linux the application run very very slow and on Win32 is very very...