mikedaruke
Technical User
I am using DBI and I actually have a simple script that reads in a CSV file and inserts the rows into a database table.
My problem is that there is 125,000 rows. The script takes to long.
What can I do? Is there some function to dump massive amounts of data? Or should I not be looking at perl to do this?
My problem is that there is 125,000 rows. The script takes to long.
What can I do? Is there some function to dump massive amounts of data? Or should I not be looking at perl to do this?