You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I wrote migrator migrator_from_11_9_1_to_11_10_0_part_3, I accidentally used an unnecessarily powerful adapter method, process_each_document. This adapter method performs a "write" of each resulting document to the database. The migrator's run duration could be reduced by switching to a less powerful adapter method, do_for_each_document, which does not perform that "write".