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 handling of object references during task updates #2177

Open
arolfes opened this issue Mar 21, 2023 · 0 comments
Open

Optimize handling of object references during task updates #2177

arolfes opened this issue Mar 21, 2023 · 0 comments

Comments

@arolfes
Copy link
Contributor

arolfes commented Mar 21, 2023

Currently we add, remove or update each object reference during update. This is probably not very efficient (complex and many database calls). An easier way might be to replace the entire list of object references during the update. (t.b.d.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant