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

Bulk insert enhancements #40

Open
vadimi opened this issue Jan 10, 2014 · 1 comment
Open

Bulk insert enhancements #40

vadimi opened this issue Jan 10, 2014 · 1 comment

Comments

@vadimi
Copy link
Contributor

vadimi commented Jan 10, 2014

I noticed that lib/pq started to support COPY FROM STDIN. Does it make sense to rewrite BulkInsert method to use this technique for postgres (maybe by making it a part of dialect)? It is so much faster to import large amounts of data using COPY FROM STDIN.

@coocood
Copy link
Owner

coocood commented Jan 11, 2014

I don't know this feature, and I don't know postgres well, If you can implement it and make a pull request, I will merge 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

2 participants