If you decided to go with FAE not with join then it's better for select statement to deleted duplicates before passing table to select. Also sort the table by the key used in where clause and use hints if possible (in case of oracle for example) to lower the number of generated selects.
↧