A lot of our batch operations aren't actually batch operations at the DB layer, they are a looped single operation. That's not efficient at all, so we should switch them over to be proper batch operations. If that's not possible, we should optimize it to work on the most minimal data set possible.
Ex: Re-ordering custom statuses, or deleting custom status
A lot of our batch operations aren't actually batch operations at the DB layer, they are a looped single operation. That's not efficient at all, so we should switch them over to be proper batch operations. If that's not possible, we should optimize it to work on the most minimal data set possible.
Ex: Re-ordering custom statuses, or deleting custom status