Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/orderby2.test
2012-10-03
| ||
12:56 | [bc11009f7c] part of check-in [956e4d7f89] Update the query planner to recognize more cases where ORDER BY clauses can be optimized out. Add test cases to verify correct behavior of the ORDER BY optimization when the covering-index-scan optimization is disabled. Fix a harmless compiler warning in the TCL interface. (check-in: [956e4d7f89] user: drh branch: trunk, size: 3482) | |
00:25 | [b799f7c96b] part of check-in [6744d9a37f] Further attempts to optimize out unnecessary ORDER BY clauses. (check-in: [6744d9a37f] user: drh branch: qp-enhancements, size: 2814) | |
2012-10-02
| ||
14:11 | [d8fa5991d8] part of check-in [b0e7b4df6c] Only continue an ORDER BY optimization into inner loops if the equality constraints on the inner loop match terms of an outer ordered index that are actually used by the ORDER BY clause. (check-in: [b0e7b4df6c] user: drh branch: trunk, size: 2818) | |
2012-09-29
| ||
19:10 | Added: [295d6639e1] part of check-in [62225b4a4c] Improved ORDER BY optimization when outer loops of a join return a single row. (check-in: [62225b4a4c] user: drh branch: trunk, size: 1736) | |