Selection of join algorithm. - Mailing list pgsql-hackers

From Ishaya Bhatt
Subject Selection of join algorithm.
Date
Msg-id CA+E1M32XmGoOPcaNEADOO40c2Xx09kU0as5+=H5GQU7L18=26w@mail.gmail.com
Whole thread Raw
Responses Re: Selection of join algorithm.  (Atri Sharma <atri.jiit@gmail.com>)
Re: Selection of join algorithm.  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
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-hackers by date:

Previous
From: Tomonari Katsumata
Date:
Subject: Little confusing things about client_min_messages.
Next
From: Patrick Curran
Date:
Subject: Re: Static Code Analysis Exploits.