Re: Joining between large & small tables?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Joining between large & small tables?
Дата
Msg-id CAKFQuwZQT7w4SFZXmZsLn=iV-wYXUBXPekx2Fe-q_BUki8kqZw@mail.gmail.com
обсуждение исходный текст
Ответ на Joining between large & small tables?  (Wells Oliver <wells.oliver@gmail.com>)
Список pgsql-admin
On Mon, Jul 13, 2020 at 6:40 PM Wells Oliver <wells.oliver@gmail.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)?


David J.

В списке pgsql-admin по дате отправления: