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

Redshift specific dialect and/or multi-row insert #34

Open
ahamidi opened this issue Jun 9, 2020 · 3 comments
Open

Redshift specific dialect and/or multi-row insert #34

ahamidi opened this issue Jun 9, 2020 · 3 comments

Comments

@ahamidi
Copy link

ahamidi commented Jun 9, 2020

We've been using this JDBC connector against Redshift and have run into a number of shortcomings.

Specifically there are 2 main issues, the first is the string -> TEXT -> VARCHAR(256) mapping (which essentially renders the auto.create functionality useless) and the second is the incredibly slow writes resulting from inserts records one at a time in Redshift.

I put together a rough spike here to test out some potential improvements and the results are promising. You can find my PR here:
meroxa#1

I'd love to collaborate on getting this work done and shipped if there's interest.

@willyborankin
Copy link
Contributor

willyborankin commented Jun 10, 2020

Hi Ali, yes we are interested in this functionality. Could you please open PR (not the draft one)?

@ahmeroxa
Copy link

@willyborankin I've opened the PR here #39

@ivanyu
Copy link
Contributor

ivanyu commented Jun 23, 2020

I made a separate ticket for supporting multi-row inserts: #40. Based on the discussion in #39, this now depends on it.

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

4 participants