Y
Hacker News
new
|
ask
|
show
|
jobs
by
NL807
1003 days ago
DROP DATABASE blah;
1 comments
aidos
1003 days ago
That’s not how COPY FROM works in postgres. You give it a csv and a table matching the structure and it hammers the data into the table faster than anything else can.
link