Does PolyBase support JOIN PUSHDOWN to Oracle Data Source

Mihaela 1 Reputation point
2024-04-26T13:00:58.79+00:00

From my testing PolyBase on SQL 2019 does not push JOIN to the data source, even though the data source is setup with PUSH DOWN on.

The documentation it states JOINS can be pushed down to Oracle.

https://learn.microsoft.com/en-us/sql/relational-databases/polybase/polybase-pushdown-computation?view=sql-server-ver15

Is there some setting I might be missing that would prevent the JOIN push.

Thanks,

Mihaela

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,764 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. 2024-04-29T13:27:30.98+00:00

    In order to answer that, we need to see what is your setup and what is your query. According to the documentation, the syntax or some functions can prevent pushdown.