Re: Performance problems with 9.2.15

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Performance problems with 9.2.15
Дата
Msg-id CAGTBQpZP4oo=AaU_9J8wm1uo65JELMiEV=6v84Z0AhNYjJjSnQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Performance problems with 9.2.15  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: Performance problems with 9.2.15  (Johan Fredriksson <eskil@kth.se>)
Список pgsql-performance
On Thu, Jul 21, 2016 at 3:29 PM, David G. Johnston
<david.g.johnston@gmail.com> wrote:
> On Thu, Jul 21, 2016 at 2:24 PM, Claudio Freire <klaussfreire@gmail.com>
> wrote:
>>
>> That cross join doesn't look right. It has no join condition.
>
>
> That is that the definition of a "CROSS JOIN"...
>
> David J.

Well, maybe it shouldn't be.

A cross join I mean.

I see the query and a cross join there doesn't make much sense.

There's no filtering of the output rows on the where clause either
AFAICT, and it's producing a lot of intermediate rows that don't seem
to be necessary. That was my point.


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Performance problems with 9.2.15
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Seeing execution plan of foreign key constraint check?