raychen
June 1, 2005, 10:45 AM
A takes about 45828.33 milliseconds on MySQL, 317.66 milliseconds on SQL Server and 729 milliseconds on Access. The test results were an average of 3 consecutive. executions of the query that returned all of the data. The Access test had to use a different query so it would run. Also the MySQL box grinds the box to a holt when running the query.
The number of rows returned by MySQL is 21433, with SQL Server 21457 and
with Access 21457. The correct number of rows is 21457. So this means that
MySQL is also reporting the incorrect number of rows.
Response from arjen lentz of MYSQL AB :If the query is deterministic, then this could mean that you've found a bug.
My question is MYSQL safe ?
The number of rows returned by MySQL is 21433, with SQL Server 21457 and
with Access 21457. The correct number of rows is 21457. So this means that
MySQL is also reporting the incorrect number of rows.
Response from arjen lentz of MYSQL AB :If the query is deterministic, then this could mean that you've found a bug.
My question is MYSQL safe ?