On Tue, Nov 30, 2010 at 3:23 PM, T.H. <calinet6(at)gmail(dot)com> wrote:
> Just looking into it now, thanks for the suggestion. Is there a reason that
> EXISTS is generally faster than IN for this sort of query?
>
> -Tristan
Exists will return immediately upon finding a match -- assuming there is one.