Performance optimization using PostgreSQL COPY
Status: Pre-Alpha
Brought to you by:
sakaal
Importing the data is likely more efficient in multiple phases, first creating data dumps in a text format that can be load using PostgreSQL COPY. Merging with existing data could be done by first importing in a temporary table and then combining, or some more clever approach.