Closed (won't fix)
Project:
Location
Version:
5.x-2.7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2007 at 05:06 UTC
Updated:
8 Mar 2008 at 18:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
scott.mclewin commentedI just took a look at head to see if this has been resolved in your latest dev line, and it has not.
Is there a sound reason that I'm missing for not having an index on the location.eid field? Any site with large quantities of location records is impacted by not indexing the field used to join location records back to nodes and user entries.
Comment #2
harry slaughtersubscribing.
With 3100 records, the queries required to generate a view from locations takes about 180,000 ms to run.
Adding an index to location.eid brings that time down to 31ms.
Comment #3
harry slaughterThis patch adds an index on location.eid
Comment #4
bdragon commentedeid is gone in HEAD.
Feel free to add the index locally for now, but all of the versions this affects are frozen, so wontfixing.
Thanks.