Best practices for updating a large amount of records
Hi, I need to update about 2 million records. There's no way to identify which record has already been updated, for the purpose of this post, assume that I'm converting the text of a text field to lowercase (so updateMultiple() isn't an option, since...