Re: Superfluous merge/sort

Поиск
Список
Период
Сортировка
От Anuradha Ratnaweera
Тема Re: Superfluous merge/sort
Дата
Msg-id 20030226045728.GA12881@aratnaweera.virtusa.com
обсуждение исходный текст
Ответ на Re: Superfluous merge/sort  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: Superfluous merge/sort  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-performance
On Tue, Feb 25, 2003 at 07:56:14AM -0800, Stephan Szabo wrote:
>
> On Tue, 25 Feb 2003, Anuradha Ratnaweera wrote:
>
> > Question in brief: does the planner/optimizer take into account the
> > foreign key constraints?
> >
> > If the answer is "no", please stop reading here.
>
> Not really.  However, as a note, from t1,t2 where t1.id=t2.id is not
> necessarily an identity even with the foreign key due to NULLs.

"not null" doesn't make a difference, either :-(

    Anuradha

--

Debian GNU/Linux (kernel 2.4.21-pre4)

It's not Camelot, but it's not Cleveland, either.
        -- Kevin White, Mayor of Boston


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Faster 'select count(*) from table' ?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Superfluous merge/sort