Closed (won't fix)
Project:
Location
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2008 at 19:02 UTC
Updated:
7 Mar 2008 at 22:53 UTC
I recently had to do a query that joined the location table to the node table on node.vid = location.eid and this caused some problems as the eid column is not keyed, Adding a key to this column sped things up quite a bit (from 1.5m to .10s). If this is how these two tables are joined then the eid column should probably be keyed to help performance.
Comments
Comment #1
bdragon commentedEID is dead.
Comment #2
bdragon commentedSorry, I hit the button too fast. I meant to say that EID is removed in HEAD and Location 3 will be using a join table. (I am not committing to the other branches because I don't want to break anything for production sites.