-
Notifications
You must be signed in to change notification settings - Fork 25
Refactor computed attribute update_computed_attribute_value_jinja2 #6348
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
Conversation
CodSpeed Performance ReportMerging #6348 will not alter performanceComparing Summary
|
e8c56ad
to
9fb0e74
Compare
changelog/6351.fixed.md
Outdated
@@ -0,0 +1 @@ | |||
Replace client.filter call in Jinja2 based computed attributes. Depending on schema and data this change will be yield a significant performance improvement for the computed attributes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the changelog should focus first on the user benefit more than the implementation, here it could be
Improve performance of computed attributes when updating a large number of objects at once. Replaced client.filter call in Jinja2 based computed attributes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, I've updated the changelog. Will merge when the CI completes.
Use custom GraphQL query instead of using a query defined by the SDK
9fb0e74
to
658af4e
Compare
Use custom GraphQL query instead of using a query defined by the SDK
Fixes #6351.