I have a server with Debian 3.0 Woody installed. And i use it as webserver and MySQL server.
When i do an SELECT query with two LEFT JOIN and an LIMIT to 20 rows. It takes 6 seconds to complete the query on an PIII 700 MHz and 256 MB of RAM. I have about 6000 rows in the database.
Exactly the same web site and database commpletes the same query in 1.3 second on my frinds server that runs Windows on an AMD Athlon 900 MHz. The only diference is that he fetched 1000 rows from the database.
Thankfull for help... I have no clue why it takes so long time.