Selection of join algorithm - Mailing list pgsql-novice

From Ishaya Bhatt
Subject Selection of join algorithm
Date
Msg-id CA+E1M32spRAp0krtwEWm2qf48ydeDtegSqpm3NvA2y7a_Z8jOw@mail.gmail.com
Whole thread Raw
Responses Re: Selection of join algorithm  (Amol Bhangdiya <amol.b89@gmail.com>)
List pgsql-novice
Hi,

I am trying to analyze join performance. But I see that even for a table having 100,000 rows and join attribute as primary key, postgres always performs hash join.

Can anyone please tell me under which conditions merge join or nested loop join is invoked?

Thanks and Regards,
Ishaya

pgsql-novice by date:

Previous
From: David Johnston
Date:
Subject: Re: XML data
Next
From: Amol Bhangdiya
Date:
Subject: Re: Selection of join algorithm