Adding Zigzag Merge Join to Index Nested Loops Join

Поиск
Список
Период
Сортировка
От tubadzin
Тема Adding Zigzag Merge Join to Index Nested Loops Join
Дата
Msg-id 3a37864e.1a8e0eb4.51eedc1b.b09c4@o2.pl
обсуждение исходный текст
Ответы Re: Adding Zigzag Merge Join to Index Nested Loops Join  (Robert Haas <robertmhaas@gmail.com>)
Re: Adding Zigzag Merge Join to Index Nested Loops Join  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Hi.
I want add Zigzag Merge join to Index Nested Loops Join alghoritm.
http://www.cs.berkeley.edu/~fox/summaries/database/query_eval_5-8.html
Which files are responsible for Index nested loops join ? (not simple nested loops join which has double foreach in nodeNestloop.c) nodeIndexscan.c? nodeIndexonlyscan.c?
Best Regards
Tom

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: getting rid of SnapshotNow
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: Review: UNNEST (and other functions) WITH ORDINALITY