Bug #56451 | slowness of a sql query with an order by desc | ||
---|---|---|---|
Submitted: | 1 Sep 2010 13:53 | Modified: | 14 Apr 2016 13:47 |
Reporter: | Valenti Jove | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.1-telco-7.0 | OS: | Linux |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | 7.0.16 |
[1 Sep 2010 13:53]
Valenti Jove
[14 Mar 2016 13:47]
MySQL Verification Team
Hi Valenti, Ordering data gathered from number of nodes can be slower on ndbcluster then ordering locally available data on innodb in many cases. So if you are reporting that order by can be slower on ndbcluster then on innodb then yes, that is true and is expected behavior. It will not be so always and in all cases but often will be. On the other hand if you are reporting that ORDER BY DESC is slower then ORDER BY ASC, can you show us the result of the same query with different ORDER BY? I see you shown the DESC vs ASC for InnoDB but I don't see the same query for ndbcluster. Also can you show the EXPLAIN EXTENDED as neither this DESC slowness I can reproduce with any of the current 7.3 and 7.4 releases. kind regards Bogdan Kecman
[15 Apr 2016 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".