When doing large updates which approach is better:
1- Delete all rows which exist and that will be updated. Insert all newdata.
2- Process updates for all existing data, merge new data.