if you have a primary key on the table, and you should, you might get better performance using LEFT JOIN.
EXCEPT will compare all columns, which might not be that fast, especially if those are text. (hence why I always tell others to use int as key in a table, but that's a different story).