Topic by anurag mittal
I need to update a single custom field of 5 lakh record of Contact. Any advise what is the best process to do it??
Currently I am doing it with ConnectPHP and committing it after saving250 records. But it times out after updating 2500 records and it take too much time.
The same script work pretty fine when I update standard field, it takes around 3 min to update 10000 records with no time out. Not able to guess the reason for difference in behavior of the same script for updating standard and custom field. Any reason for this??