event-driven-io/Pongo

Consider using COPY for insertMany

Opened this issue · 0 comments

This should enable appending larger batches efficiently. Consider using pg-copy-streams package for that: https://www.npmjs.com/package/pg-copy-streams

It's a follow up to: #15