Joining between large & small tables? - Mailing list pgsql-admin

From Wells Oliver
Subject Joining between large & small tables?
Date
Msg-id CAOC+FBUnp60kdRhQFe9JokapXT-qN=L6Zg_0Nv0fk35vi7_YbA@mail.gmail.com
Whole thread Raw
Responses Re: Joining between large & small tables?
Re: Joining between large & small tables?
List pgsql-admin
Given a large large large table A and a small small temp table B is there any benefit to doing SELECT * FROM a JOIN b USING (somecol) vs SELECT * FROM b JOIN a USING (somecol)?

When you just want the intersection...

--

pgsql-admin by date:

Previous
From: Marlene Villanueva
Date:
Subject:
Next
From: Scott Ribe
Date:
Subject: Re: Joining between large & small tables?