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

Current INSERT INTO method could be nicer #2

Open
mhkeller opened this issue Feb 5, 2014 · 0 comments
Open

Current INSERT INTO method could be nicer #2

mhkeller opened this issue Feb 5, 2014 · 0 comments

Comments

@mhkeller
Copy link
Contributor

mhkeller commented Feb 5, 2014

ts currently inserts data by concatenating a long INSERT INTO statement because something like the bulk load from csv won't work with multi-dimensional data afaik. This approach, however, will probably not work for larger datasets and something like copy streams might be a better solution https://github.com/brianc/node-pg-copy-streams

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

No branches or pull requests

1 participant