qbs icon indicating copy to clipboard operation
qbs copied to clipboard

Bulk insert enhancements

Open vadimi opened this issue 11 years ago • 1 comments

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.

vadimi avatar Jan 10 '14 19:01 vadimi

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.

coocood avatar Jan 11 '14 00:01 coocood