left join where not null vs. inner join

Поиск
Список
Период
Сортировка
От Emi Lu
Тема left join where not null vs. inner join
Дата
Msg-id 4A17106F.7040302@encs.concordia.ca
обсуждение исходный текст
Ответы Re: left join where not null vs. inner join
Список pgsql-sql
Two tables, each contains more than hundreds of thousands records. Is 
there any efficiency differences between (1) and (2)?

(1) T1 inner join T2 using (c1, c2)


(2) T1 left join T2 using (c1, c2) where c2 is not null


Thanks,
--
Lu Ying


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: help with pg_hba.conf
Следующее
От: Erik Jones
Дата:
Сообщение: Re: left join where not null vs. inner join