top | item 39765508 (no title) ak39 | 1 year ago Thank you. Also, what database was in use? discuss order hn newest throwaway143829|1 year ago sqlite3, but I think bulk inserts would improve perf for other DBs too. kikimora|1 year ago 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. dopp0|1 year ago sqlite
throwaway143829|1 year ago sqlite3, but I think bulk inserts would improve perf for other DBs too. kikimora|1 year ago 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.
kikimora|1 year ago 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.
throwaway143829|1 year ago
kikimora|1 year ago
dopp0|1 year ago