Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0.0
-
None
-
Important
Description
The current implementation of the JDBC plugin to connect to source databases does not push down joins. In order for this to happen, we need to implement a StoragePluginOptimizerRule that converts the physical plan to source side joins.
Furthermore, the scan spec and the reader need to be extended in order to implement the push down.