Re: [SQL] about LEFT and INNER JOIN

Поиск
Список
Период
Сортировка
От Feike Steenbergen
Тема Re: [SQL] about LEFT and INNER JOIN
Дата
Msg-id CAK_s-G3iA+2pQYSsH0ckvMTEsSzuFczxRGjFjgWcu29m4OG_5w@mail.gmail.com
обсуждение исходный текст
Ответ на [SQL] about LEFT and INNER JOIN  ("Eliober Cleger Despaigne" <ecleger@uci.cu>)
Ответы Re: [SQL] about LEFT and INNER JOIN  ("Eliober Cleger Despaigne" <ecleger@uci.cu>)
Список pgsql-sql
The join strategies PostgreSQL can use are outlined here:

https://www.postgresql.org/docs/current/static/planner-optimizer.html

basically either a:

- nested loop join O(n*m)
- merge join O(n+m)
- hash join O(n+m)

regards,

Feike


On 23 May 2017 at 20:38, Eliober Cleger Despaigne <ecleger@uci.cu> wrote:

Grettings

I need to know which algorithm uses the INNER JOIN and LEFT JOIN. If would be possible, I need to know their costs too in O(n) notation.



La @universidad_uci es Fidel. Los jóvenes no fallaremos. #HastaSiempreComandante #HastalaVictoriaSiempre


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [SQL] Lost my tablespace
Следующее
От: tel medola
Дата:
Сообщение: Re: [SQL] Lost my tablespace