trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.42k stars 3k forks source link

Create connector for Netezza #3620

Open RugratsJ opened 4 years ago

RugratsJ commented 4 years ago

I tested the generic JDBC connector for Netezza, it didn't work, the show tables and select commands hang and never returned. Can a connector for Netezza be created?

kokosing commented 4 years ago

The biggest challenge here is to do testing. I don't think Netezza provides any docker or AWS service that could be used for that.

tooptoop4 commented 4 years ago

https://github.com/combineads/plugin-presto-netezza might be a base

aakashnand commented 3 years ago

I recently created a Netezza connector and used it at my workplace. Although it has limitation for UPDATE and DELETE queries, it is working for other queries. Please check it here https://github.com/aakashnand/trino-netezza