Re: plan variations: join vs. exists vs. row comparison - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: plan variations: join vs. exists vs. row comparison
Date
Msg-id 4D74EAA4020000250003B5AB@gw.wicourts.gov
Whole thread Raw
In response to Re: plan variations: join vs. exists vs. row comparison  (Jon Nelson <jnelson+pgsql@jamponi.net>)
List pgsql-performance
Jon Nelson <jnelson+pgsql@jamponi.net> wrote:

> What is the difference between a plain join and a semi join?

As soon as a semi join finds a match it stops looking for more.

-Kevin

pgsql-performance by date:

Previous
From: Jon Nelson
Date:
Subject: Re: plan variations: join vs. exists vs. row comparison
Next
From: Merlin Moncure
Date:
Subject: Re: Performance trouble finding records through related records