You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a generic JDBC connector for any back-end data source that's currently not supported by Presto? For example, for netezza, Oracle, etc, we could drop the Netezza/Oracle jar file to the generic-jdbc catalog folder after the installation.
The text was updated successfully, but these errors were encountered:
Thank you very much ebyhr for your quick response. I have integrated the presto-oracle into my 331 version from PR #1959. So far so good. Amazing community. From my reading, the parallel read for JDBC connector could only be done at the individual connector level. Do we have to put in request to get the parallel read done for each connector, for example, postgresql, Oracle, etc.
Is it possible to create a generic JDBC connector for any back-end data source that's currently not supported by Presto? For example, for netezza, Oracle, etc, we could drop the Netezza/Oracle jar file to the generic-jdbc catalog folder after the installation.
The text was updated successfully, but these errors were encountered: