implementing another hash join...

Поиск
Список
Период
Сортировка
От Martha Chronopoulou
Тема implementing another hash join...
Дата
Msg-id 416DA296.30103@aueb.gr
обсуждение исходный текст
Ответы Re: implementing another hash join...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,
Im new to postgres and I'm about to implement the algorithm "double 
pipelined hash join". I've started using SPI functions but soon I 
realised that  I 'm  not at the right way (am I?). Is there a way that 
I'm not obliged to change code of  the optimizer of postgres but to 
write a seperate code as a new function?I've been told by my supervisor 
that I should use the function that is doing the hashing of a relation.  
There is a chaos !!!!Please help!!I'm reading the documentation of 
postgres and some '.c .h'  files (mainly the createplan.c  at the 
directory "~/src/backend/optimizer/plan/") to figer out  what to do and 
from where to start.
Regards!!!!
Martha


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Two-phase commit security restrictions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: implementing another hash join...