Service that can perform Mass Inserts?
Posted: May 18th, 2022, 3:22 pm
I was working through cleaning up EASYCommerce MVC 5.1. We have a lot of upserts throughout the user setup and login/impersonation processes. All of these are trying to perform batch inserts over a block of shipping/billing address columns. Is there a way to do a mass insert right now? If not, could this be something that could be achieved?
Currently, we loop over the shipping addresses as such to perform the updates/inserts:
Currently, we loop over the shipping addresses as such to perform the updates/inserts: