Block nested loop join - Mailing list pgsql-hackers

From Bramandia Ramadhana
Subject Block nested loop join
Date
Msg-id 700260640810092027r3b4f5c0aoe3589fc8d54ed50a@mail.gmail.com
Whole thread Raw
Responses Re: Block nested loop join
List pgsql-hackers
<div dir="ltr">Hi all,<br /><br />I am new to postgresql. I am currently doing research to optimize the query
performanceof RDBMS, specifically postgresql. Hence, I am currently reading out the code to understand the
implementationof various query evaluation algorithm in postgresql.<br /><br />Currently, I am investigating the nested
loopjoin algorithm in nodeNestloop.c. After reading the code, my understanding is that it performs simple nested loop
join(not block nested loop join). Is this true? Does postgresql support block nested loop join? If it does, where is
it?I might miss some buffering/caching mechanism.<br /><br />I appreciate any helps/advice.<br /><br />Regards,<br
/><br/>Bramandia R.<br /><br /></div> 

pgsql-hackers by date:

Previous
From: "Robert Haas"
Date:
Subject: patch: Allow the UUID type to accept non-standard formats
Next
From: KaiGai Kohei
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches