Closed (duplicate)
Project:
Pathauto
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 22:18 UTC
Updated:
15 Mar 2008 at 10:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
aufumy commentedAltered the sql to use " NOT IN " instead of a LEFT JOIN and WHERE src IS NULL
On my local the difference was 13 secs instead of 4 mins.
Since src, dst will always be NULL, don't see a need for the assigning of NULLs.
Comment #2
gregglesThanks for the idea. Please see http://drupal.org/node/212327
A couple of people tried using the "not in" construct and did not see a difference. Perhaps you can try using the explain and output the results into a comment on that issue?