I need to programmatically insert tens of millions of records into a Postgres database. Presently I am executing thousands of insert statements in a single query.

Is there a better way to do this, some bulk insert statement I do not know about?

11 Answers
11

Leave a Reply

Your email address will not be published. Required fields are marked *