hacking postgres hashjoin algorithm

Поиск
Список
Период
Сортировка
От HS
Тема hacking postgres hashjoin algorithm
Дата
Msg-id egut30$26r4$2@news.hub.org
обсуждение исходный текст
Ответы Re: hacking postgres hashjoin algorithm  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Hello there

I am trying to play around with the hashjoin algorithm in postgres.

I am using the statement like
Select count(*) from r,s where r.id=s.id;

I looked at the function ExecHashJoin() in nodeHashjoin.c and cannot 
find where the algorithm is comparing if r.id equals s.id

please advise.

Regards
hal


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres database crashed
Следующее
От: "Mark Woodward"
Дата:
Сообщение: Syntax bug? Group by?