Modyfication Sort Merge Join Alghoritm - Mailing list pgsql-hackers

From tubadzin
Subject Modyfication Sort Merge Join Alghoritm
Date
Msg-id 59508f1b.21fdbdd4.5209462a.627c9@o2.pl
Whole thread Raw
Responses Re: Modyfication Sort Merge Join Alghoritm  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Hi users.
I want to sure, that is no this implementation in Postgresql:
For Sorte Merge Join Alghoritm:
 If the large input arrives sorted,
g-join joins its pages with the buffer pool contents by strictly
increasing join key values and the join output is also strictly
sorted.
 
Is it difficult to implement this functionality?
Best Regards,
Tom

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #8335: trim() un-document behaviour
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Re: [BUGS] BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve