I have two tables I'm doing a join with. Table1 has a PK on an id column which is Unique. Table2 has a PK on two columns, uid,id which is Unique. ...No index is used. Ideas? If I use a LEFT JOIN (no ...