public inbox for [email protected]  
help / color / mirror / Atom feed
From: Henry B. Hotz <[email protected]>
To: Tom Lane <[email protected]>
To: Stefan Weiss <[email protected]>
Cc: [email protected]
Subject: Re: INNER JOINS in sql-select.html
Date: Mon, 3 Nov 2003 15:08:05 -0800
Message-ID: <p05210602bbcc8fb0d68c@[137.78.212.225]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>

At 5:56 PM -0500 10/30/03, Tom Lane wrote:
>Stefan Weiss <[email protected]> writes:
>>  From <doc/html/sql-select.html>:
>  > | A CROSS JOIN or INNER JOIN is a simple Cartesian product, the same
>>  | as you get from listing the two items at the top level of FROM. CROSS
>>  | JOIN is equivalent to INNER JOIN ON (TRUE), that is, no rows are
>>  | removed by qualification.
>
>>  I thought that by using the second form, you would be able to do
>>  'explicit' joins, effectivly telling the planner in which order to
>>  join multiple tables (in case you have to join 10+ tables)?
>
>They are semantically equivalent, but not necessarily the same from a
>performance point of view.  The potential performance issues are covered
>elsewhere; I think it would just obfuscate matters to try to include
>that topic here.

You can imply the issue without obfuscating things.  How about:

>A CROSS JOIN or INNER JOIN is a simple Cartesian product, the same 
>as you get from listing the two items at the top level of FROM. 
>CROSS JOIN yields the same results as INNER JOIN ON (TRUE), that is, 
>no rows are removed by qualification.

-- 
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
[email protected], or [email protected]



view thread (5+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: INNER JOINS in sql-select.html
  In-Reply-To: <p05210602bbcc8fb0d68c@[137.78.212.225]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox