Re: Recursive Left Joins Causing Trouble in 8.2.3 RESOLVED (kind of)

From: "Ian Harding" <harding(dot)ian(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL General ML" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Recursive Left Joins Causing Trouble in 8.2.3 RESOLVED (kind of)
Date: 2007-02-22 19:23:56
Message-ID: 725602300702221123o5d20d93ev4c268d53de5e08f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/21/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Ian Harding" <harding(dot)ian(at)gmail(dot)com> writes:
> > I had views that used syntax like
> > WHERE datecol < current_date and (otherdatecol is null or otherdatecol
> > > current_date)
> > Suddenly, this is ungodly inefficient in 8.2.3. It worked just fine in 8.1.3.
>
> This complaint is pretty much content-free (especially with the oblique
> implication that it's got something to do with left joins). Please
> provide a self-contained test case.
>
> regards, tom lane
>

True. Yesterday was my last day at that employer, today is my first
at my new one. I needed to get things going and was just happy to be
able to turn enable_nestloop back on and have things work.

I will see if I can get the problem recreated without too much
extraneous junk, it was buried pretty deep in views referencing views
referencing views which took what may be a minor change in query
timing and planning complexity and blowing it out. The odd query
structure (I thought) was a series of self left-joins but that may
have been smoke.

I was just surprised that basically my entire system came to a halt
with a minor version upgrade, and that nobody else had seen anything
similar. I know I write careless SQL from time to time, but again, I
didn't think I was THAT unique!

- Ian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Walker 2007-02-22 19:36:07 Re: php professional
Previous Message Scott Marlowe 2007-02-22 19:15:00 Re: php professional