Re: New style of hash join proposal

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New style of hash join proposal
Дата
Msg-id 21264.1205721256@sss.pgh.pa.us
обсуждение исходный текст
Ответ на New style of hash join proposal  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: New style of hash join proposal  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> We currently execute a lot of joins as Nested Loops which would be more
> efficient if we could batch together all the outer keys and execute a single
> inner bitmap index scan for all of them together.

Please give an example of what you're talking about that you think we
can't do now.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Commit fest?
Следующее
От: Cristian Gafton
Дата:
Сообщение: Re: Single table forcing sequential scans on query plans