Re: postgres 9 query performance

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: postgres 9 query performance
Дата
Msg-id 201101302335.03863.andres@anarazel.de
обсуждение исходный текст
Ответ на Re: postgres 9 query performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Sunday 30 January 2011 23:18:15 Tom Lane wrote:
> Andres Freund <andres@anarazel.de> 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

В списке pgsql-performance по дате отправления:

Предыдущее
От: Marcin Mirosław
Дата:
Сообщение: Re: Any experience using "shake" defragmenter?
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: Any experience using "shake" defragmenter?