I have a large number of records (around 40,000) in a csv file to update into a database table.
I know how to write code (PHP) to update the records but I'm concerned about the large amount of data.
How should I handle updating a large number of records at once?