Bug #55090 | ndb query faster with ORDER BY than without | ||
---|---|---|---|
Submitted: | 8 Jul 2010 16:55 | ||
Reporter: | Andrew Hutchings | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[8 Jul 2010 16:55]
Andrew Hutchings
[17 May 2012 21:02]
Ole John Aske
I believe this to be caused by Bug#57601: 'OPTIMIZER IS OVERLY EAGER TO REQUEST ORDERED ACCESS'. Thus the unsorted query was requested as an sorted results set from the handler even if not required when first/next handler access methods was used.