-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
tech-improvementsImprovements to the underlying techImprovements to the underlying tech
Description
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
Metadata
Metadata
Assignees
Labels
tech-improvementsImprovements to the underlying techImprovements to the underlying tech