Re: Removing unneeded self joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Removing unneeded self joins
Дата
Msg-id 10951.1526501445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Removing unneeded self joins  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Removing unneeded self joins  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> What I would add is that I've seen cases where the extra joins do NOT
> hurt performance, so the extra CPU used to remove the join hurts more
> than the benefit of removing it. Yes, we tried it.

Interesting.  The concern I had was more about the cost imposed on every
query to detect self-joins and try to prove them useless, even in queries
where no benefit ensues.  It's possible that we can get that down to the
point where it's negligible; but this says that even the successful-proof
case has to be very cheap.

            regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Removing unneeded self joins
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Removing unneeded self joins