prestodb / rfcs

Presto RFCs
Apache License 2.0
0 stars 22 forks source link

jdbc join push down #30

Closed Ajas-MM closed 2 weeks ago

Ajas-MM commented 3 weeks ago

IBM presto can push down the processing of join queries, or part of join queries into the connected jdbc data source.

The results of this pushdown can include the following benefits:

Ajas-MM commented 2 weeks ago

This completed through another RFC https://github.com/Thanzeel-Hassan-IBM/rfcs/blob/main/RFC-0009-jdbc-join-push-down.md

https://github.com/prestodb/rfcs/pull/31