in reply to Re^2: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
in thread How to optimise " csv into mysql " using Text:CSV_XS and DBD::Mysql
This is the approach I use with a different database which basically can only do bulk loads, because single INSERTs are very slow. The approach is:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
by taiko (Sexton) on Aug 06, 2015 at 09:35 UTC |