Menu

#6 Performance optimization using PostgreSQL COPY

Beta
open
nobody
None
3
2010-02-06
2010-02-06
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.