Re: Improving our clauseless-join heuristics

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Improving our clauseless-join heuristics
Дата
Msg-id 20977.1334725589@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Improving our clauseless-join heuristics  (Amit Kapila <amit.kapila@huawei.com>)
Ответы Re: Improving our clauseless-join heuristics  (Amit Kapila <amit.kapila@huawei.com>)
Список pgsql-hackers
Amit Kapila <amit.kapila@huawei.com> writes:
>> I might still be misunderstanding, but I think what you are suggesting
>> is that in the loop in make_rels_by_clause_joins, if we find that the
>> old_rel doesn't have a join clause/restriction with the current
>> other_rel, we check to see whether other_rel has any join clauses at
>> all, and force the join to occur anyway if it doesn't.

> It is on similar lines, but the only difference is that it will try to join 
> old_rel with other_rel list incase 
> old_rel is not able to join with any of other_rel in the list with proper
> join clause between them. 

I'm afraid I'm still not following you very well.  Perhaps you could
submit a proposed patch?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 9.3 Pre-proposal: Range Merge Join