Optimize call to get all pairs in a domain
Reported by Ben Hood | September 29th, 2011 @ 04:01 PM
#367 introduced a short term cache-based workaround for a hotspot that resulted from 2L misses (see #366). The solution in #367 was to cache this call explicitly. Ironically, the offending child collection (i.e. the collection whose hydration form the DB) is being discarded before the control returns back to the caller. So we are effectively optimizing the retrieval of something that gets binned anyway. Maybe it would be a more holistic solution to just not hydrate the data in the first place, potentially by introducing a call that just returns PairDefs instead of the whole object graph.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.
People watching this ticket
Tags
Referenced by
-
384
Hand cache hibernate stores
This should replace the caching in #367,
#368
and #378.