Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize batch operations #48

Open
ingeniumed opened this issue Oct 1, 2024 · 0 comments
Open

Optimize batch operations #48

ingeniumed opened this issue Oct 1, 2024 · 0 comments
Labels
tech-improvements Improvements to the underlying tech

Comments

@ingeniumed
Copy link
Contributor

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

@ingeniumed ingeniumed added the tech-improvements Improvements to the underlying tech label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-improvements Improvements to the underlying tech
Projects
None yet
Development

No branches or pull requests

1 participant