do unneeded outer joins cost?

Поиск
Список
Период
Сортировка
От chester c young
Тема do unneeded outer joins cost?
Дата
Msg-id 886808.30289.qm@web54302.mail.re2.yahoo.com
обсуждение исходный текст
Ответы Re: do unneeded outer joins cost?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
for example:

select    t1.*
from      t1
left join t2 on( <expensive condition> );

since t2 is not used in the result nor is it used in determining the result, is the <expensive condition> to left join
t2used?
 

(the question goes as to how much generated sql needs to be cleaned to be efficient)


     


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Type inheritance
Следующее
От: Gianvito Pio
Дата:
Сообщение: Re: Type inheritance