Re: Joining between large & small tables?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Joining between large & small tables?
Date: 2020-07-14 01:44:23
Message-ID: CAKFQuwZQT7w4SFZXmZsLn=iV-wYXUBXPekx2Fe-q_BUki8kqZw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Jul 13, 2020 at 6:40 PM Wells Oliver <wells(dot)oliver(at)gmail(dot)com> wrote:

> 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)?
>

https://www.postgresql.org/docs/12/explicit-joins.html

David J.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Aditya Toshniwal 2020-07-14 10:22:20 PG12 Server on crash on creating FTS dictionary
Previous Message Scott Ribe 2020-07-14 01:42:59 Re: Joining between large & small tables?