Re: Join optimization

Поиск
Список
Период
Сортировка
От Fabrízio de Royes Mello
Тема Re: Join optimization
Дата
Msg-id CAPfkCSC-NmtwZVe5Q=KLVdk6V-b1OYS9XefbccizHuS37c4g1Q@mail.gmail.com
обсуждение исходный текст
Ответ на Join optimization  (luis.roberto@siscobra.com.br)
Ответы Re: Join optimization  (luis.roberto@siscobra.com.br)
Список pgsql-general


Em sáb, 11 de jul de 2020 às 14:20, <luis.roberto@siscobra.com.br> escreveu:
Hi!

Recently on a blogpost [1] I saw that Oracle was able to "optimize" a join strategy by completely eliminating access to a table.

Heres the execution on Oracle 18c [2] and PostgreSQL 13 (beta) [3].

Is there a fundamental reason why PG can't do the same? 

It does... did you see the “never executed” notice on the Postgres explain output?

Regards,


--
   Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

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

Предыдущее
От: Brian Dunavant
Дата:
Сообщение: Re: Listen/Notify feedback
Следующее
От: luis.roberto@siscobra.com.br
Дата:
Сообщение: Re: Join optimization