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 want to implement bulk-insert in my Node app. I'm already using pg. I searched and realized that there is a pg-copy-stream library. But then I found you too. Your repo is much more active than theirs. But I don't know if you also have bulk-insert or not (I saw that you support copy, so I guess you do have bulk operations). And I don't know if there is something that makes you or them faster for bulk insertion of a million records or more.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to implement bulk-insert in my Node app. I'm already using
pg
. I searched and realized that there is apg-copy-stream
library. But then I found you too. Your repo is much more active than theirs. But I don't know if you also have bulk-insert or not (I saw that you support copy, so I guess you do have bulk operations). And I don't know if there is something that makes you or them faster for bulk insertion of a million records or more.Can someone please clarify this?
Beta Was this translation helpful? Give feedback.
All reactions