Join optimization - Mailing list pgsql-general

From luis.roberto@siscobra.com.br
Subject Join optimization
Date
Msg-id 2028783297.11609965.1594488024498.JavaMail.zimbra@siscobra.com.br
Whole thread Raw
Responses Re: Join optimization
List pgsql-general
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? 

Thanks!
 

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Issue with timestamp without time zone datatype with default value as now()/localtimestamp
Next
From: Brian Dunavant
Date:
Subject: Re: Listen/Notify feedback