Active
Project:
More Like This
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2010 at 16:37 UTC
Updated:
30 Jul 2010 at 16:41 UTC
Jump to comment: Most recent file
Examining the current MySQL query in MLT Taxonomy with EXPLAIN shows that it always results in the use of both temporary tables and the filesort algorithm. Here is a patch that does the sorting and limiting on the result set in PHP and does not trigger those two things.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | morelikethis-869730.patch | 4.37 KB | tirdadc |
Comments
Comment #1
tirdadc commentedPatch attached.