Re: Block nested loop join - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Block nested loop join
Date
Msg-id 48EEF92B.4010405@enterprisedb.com
Whole thread Raw
In response to Block nested loop join  ("Bramandia Ramadhana" <bramandia@gmail.com>)
Responses Re: Block nested loop join
List pgsql-hackers
Bramandia Ramadhana wrote:
> Currently, I am investigating the nested loop join 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?

Yep.

> Does postgresql support block nested loop join? 

Nope.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Grzegorz Jaskiewicz
Date:
Subject: Re: head's linking problem
Next
From: Gregory Stark
Date:
Subject: Re: Block nested loop join