enable_joinremoval - Mailing list pgsql-hackers

From Simon Riggs
Subject enable_joinremoval
Date
Msg-id 1269851630.3684.3636.camel@ebony
Whole thread Raw
Responses Re: enable_joinremoval
List pgsql-hackers
We have planner method parameters for many important parts of the
planner. We don't have any parameter for join removal, AFAIK.

The first question I get asked is "can I see the tables it removed?".
This has been asked of me 3 times now this year, always first question.
Same issue applies to constraint exclusion.

But we *can* do this with constraint_exclusion, simply by turning it off
and checking the two outputs.

So I think we need a parameter for join removal also.

I don't want to turn it off, but I think we need a way for people to
check themselves that the removal of the joins is not an error. I
foresee many false bug reports along the lines of "optimizer ate my join
and I want it back". 

-- Simon Riggs           www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: join removal
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: Alpha release this week?