Re: Improving NOT IN - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Improving NOT IN
Date
Msg-id 1170199480.3681.319.camel@silverbirch.site
Whole thread Raw
In response to Re: Improving NOT IN  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Improving NOT IN  (Jens-Wolfhard Schicke <ml+pgsql-hackers@asco.de>)
List pgsql-hackers
On Tue, 2007-01-30 at 18:06 -0500, Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
> > What would be wrong with checking for a NOT NULL constraint? Thats how
> > other planners cope with it. Or are you thinking about lack of plan
> > invalidation?
> 
> Yup, without that, depending on constraints for plan correctness is
> pretty risky.
> 
> Basically what I see here is a whole lot of work and new executor
> infrastructure for something that will be a win in a very narrow
> use-case and a significant loss the rest of the time.  I think there
> are more productive ways to spend our development effort.

For that part of the email, I was talking about your ideas on NOT IN.

Checking for the explicit exclusion of NULLs is worthwhile with/without
plan invalidation.

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improving NOT IN
Next
From: "Simon Riggs"
Date:
Subject: Logging Lock Waits