Hi,

The following query on a table with 400,000 rows

 SELECT * FROM table where ORDER BY name limit 10;

takes less than 3 sec with version 3.3.7 (or 3.3.0)
and 35 sec  with version 3.3.8.

What has changed in 3.3.8 to make it so slow?

My application relies on fast sorting....

Michael

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to