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
In the implementation of the in MetricObjectValues.resource property, find() is used with the resource URI as the filter argument. This currently leads to issuing many List operations for these resources against the HMC, because the local name-to-URI caches only perform lookups of the URI by name but not in the opposite direction which would be needed in this case.
Optimize that implementation such that the resource lookup utilizes the information in the local name-to-URI caches.
The text was updated successfully, but these errors were encountered:
In the implementation of the
in MetricObjectValues.resource
property,find()
is used with the resource URI as the filter argument. This currently leads to issuing many List operations for these resources against the HMC, because the local name-to-URI caches only perform lookups of the URI by name but not in the opposite direction which would be needed in this case.Optimize that implementation such that the resource lookup utilizes the information in the local name-to-URI caches.
The text was updated successfully, but these errors were encountered: