I run a Mysql server 5.1 as test on a little server. I compare the same SQL statement whit Mysql and access. Whene i use de sql statement "select dconlinelog.logtabel.* , klanten.klanten.* from(dconlinelog.logtabel)inner join klanten.klanten ON dconlinelog.logtabel.Log_KLNR = klanten.klanten.Klantnummer"
I run it on acces with oledb connection and Mysql with the connector from Mysql. Access do this sql at 10 sec and mysql need 55 sec to do the same. I found out that the cpu is the bottleneck for the query. The application runs on the server so the same cpu i use for access. From where the big difference?? (With simpel sql statement is mysql 10 times faster then access)
I run it on acces with oledb connection and Mysql with the connector from Mysql. Access do this sql at 10 sec and mysql need 55 sec to do the same. I found out that the cpu is the bottleneck for the query. The application runs on the server so the same cpu i use for access. From where the big difference?? (With simpel sql statement is mysql 10 times faster then access)