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
It's also likely that other areas that have been mentioned to be slow, e.g. #551 / #561 can see even further improvements than those PRs using aggregation. Or even new features greatly benefit from it, e.g. the recursive Input/Output relationships in #395. Similarly it could be of interest for hierarchical data queries like discussed in #410.
The text was updated successfully, but these errors were encountered:
Issue
After #555 is merged we have access to the pymongo aggregation pipeline in
avalon.io
.I'm opening this issue to remind ourselves of potentially other areas of performance improvements, for example. the recursive query for
io.parenthood
could be done as a single aggregation query - which is frequently used in calls that are often repeatedly done like updating loaded containers.It's also likely that other areas that have been mentioned to be slow, e.g. #551 / #561 can see even further improvements than those PRs using aggregation. Or even new features greatly benefit from it, e.g. the recursive Input/Output relationships in #395. Similarly it could be of interest for hierarchical data queries like discussed in #410.
The text was updated successfully, but these errors were encountered: