Hacker News new | ask | show | jobs
by throwaway143829 825 days ago
sqlite3, but I think bulk inserts would improve perf for other DBs too.
1 comments

PG has “copy” which would blow away bulk inserts. Other DB vendors have similar stuff for high-performance inserts. You would be much better off using those than using bulk inserts.