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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: