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
Mapping this query result onto the following flat model takes the mapper ~20 minutes at 100% CPU, even though the 9840 query result lines actually all get mapped to a single result object (see below).
The correct single result which is eventually returned (the underlying GraphDB query result has 9840 lines because it shows every possible permutation of the 41*8*6*5 contained list items):
kevinstadler
changed the title
ModelBindingsMapper takes ages to process model with parallel lists
Rewrite ModelBindingsMapper to more efficiently handle parallel lists
Dec 18, 2024
kevinstadler
added
the
refactor
Implementation changes that preserve external interfaces and the behavior of the software.
label
Dec 18, 2024
Mapping this query result onto the following flat model takes the mapper ~20 minutes at 100% CPU, even though the 9840 query result lines actually all get mapped to a single result object (see below).
The correct single result which is eventually returned (the underlying GraphDB query result has 9840 lines because it shows every possible permutation of the
41*8*6*5
contained list items):The text was updated successfully, but these errors were encountered: