Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External table load from local script data #65

Open
AlmightyOatmeal opened this issue Oct 11, 2022 · 6 comments
Open

External table load from local script data #65

AlmightyOatmeal opened this issue Oct 11, 2022 · 6 comments

Comments

@AlmightyOatmeal
Copy link

Since Netezza doesn't support inserting multiple value sets per insert statement and doesn't have a native bulk inserting method, is it possible to do an external table load with data present in the local script but without having write access to a volume where the Netezza instance can read from locally?

The Netezza JDBC driver can detect a bulk insert and it converts it to an external table load but it would be nice to find a way without using JDBC to accomplish this.

@joebeeson
Copy link
Contributor

joebeeson commented Oct 14, 2022 via email

@AlmightyOatmeal
Copy link
Author

We've used named pipes in Linux environments to achieve "external" loads without writing to disk.

That involves host access and not through a remote connection such as this library (which is what this request pertains to)

@joebeeson
Copy link
Contributor

joebeeson commented Oct 14, 2022 via email

@AlmightyOatmeal
Copy link
Author

Yeah we've done it on remote connections, thanks.

Can you elaborate?

@joebeeson
Copy link
Contributor

joebeeson commented Oct 14, 2022 via email

@joebeeson
Copy link
Contributor

joebeeson commented Oct 14, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants