You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I noticed that
lib/pq
started to supportCOPY FROM STDIN
. Does it make sense to rewriteBulkInsert
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 usingCOPY FROM STDIN
.The text was updated successfully, but these errors were encountered: