Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
TylerE
on Dec 31, 2019
|
parent
|
context
|
favorite
| on:
Doing a database join with CSV files
Seems like you were doing something naively. Probably would have been much faster if you'd written a simple conversion script to do batch inserts.
Perhaps something pathological like commiting (or flushing to disk) after every row?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Perhaps something pathological like commiting (or flushing to disk) after every row?