in reply to Re^2: Best method to load a csv file.
in thread Best method to load a csv file.
So, As a generic approach, I'd advice you to generate the flatfiles with perl, and use the database's loader/import mechanism to actually read the data into the database.
Note that reading all the data out of the database using Perl+DBI isn't nearly as slow as inserting/updating the records.
update I notice that jdtoronto, based on his own, independent experiences, came to the same conclusion (point 3).
|
|---|