Re: Hash vs. HashJoin nodes - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Hash vs. HashJoin nodes
Date
Msg-id 20050401003240.GU53309@decibel.org
Whole thread Raw
In response to Re: Hash vs. HashJoin nodes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Mar 31, 2005 at 12:03:37AM -0500, Tom Lane wrote:
> > Right; I was planning to bail and only do this for inner joins.
> 
> Well, for outer joins the optimal strategy is simple: pull from the
> outer query first.  If it's empty then you needn't touch the inner
> query at all.  Otherwise you have to build the hash table.

What about the case of an empty inner query? Granted, you still have to
read in the outer query, but would there be any reason to generate
hashes for it's results?
-- 
Jim C. Nasby, Database Consultant               decibel@decibel.org 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"


pgsql-hackers by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: HEAD \df doesn't show functions with no arguments
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] Debugging deadlocks