Re: postgres 9 query performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday 30 January 2011 23:18:15 Tom Lane wrote:
> Andres Freund <andres@xxxxxxxxxxx> writes:
> > What happens if you change the
> > 
> >     left join event.origin on event.id = origin.eventid
> > 
> > into
> > 
> >     join event.origin on event.id = origin.eventid
> > 
> > ?
> > 
> > The EXISTS() requires that origin is not null anyway. (Not sure why the
> > planner doesn't recognize that though).
> 
> Sloppy thinking in reduce_outer_joins() is why. 
Wow. Nice one, thanks.

Andres

-- 
Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux