INNER JOIN vs WHERE - Mailing list pgsql-performance

From T. Alex Beamish
Subject INNER JOIN vs WHERE
Date
Msg-id 20030515014648.NRXV26559.tomts19-srv.bellnexxia.net@p433
Whole thread Raw
Responses Re: INNER JOIN vs WHERE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-performance
Hello,

I've just had a quick search through the archives but couldn't find
what I wanted, so I've joined this list to continue my search for an
answer.

Is there any rule of thumb about how much more efficient an INNER JOIN
is compare to a regular WHERE statement?

I have a couple of queries in PostgreSQL that use a variety of tables
(four or five) linked together by key/foreign key conditions all ANDed
together. My co-worker re-wrote one of them using the INNER JOIN
approach and I wanted to find out if this would empirically improve the
performance.

I have not tried to do an EXPLAIN ANALYZE yet but I will try that.
Thanks for your responses.

Alex




pgsql-performance by date:

Previous
From: Rudi Starcevic
Date:
Subject: Re: constraint with reference to the same table
Next
From: "Victor Yegorov"
Date:
Subject: Re: constraint with reference to the same table