That would explain it. :) Thanks John. On Sat, May 12, 2018 at 6:27 AM, John Huss <johnth...@gmail.com> wrote:
> Yes > > On Sat, May 12, 2018 at 7:12 AM Lon Varscsak <lon.varsc...@gmail.com> > wrote: > > > I have a situation where I fetched a large amount of objects (50k) and > > prefetched a bunch of relationships…this all worked as expected > (although I > > didn’t realize that this set of data was that large at the time)…but what > > caught my eye is that even though it pre-fetched the relationships it was > > firing some of the those same relationship’s faults. I _think_ they were > > all to-one (not sure that matters), but something that I thought of. > > > > Is faulting in any way tied to object cache and since the result set is > so > > large that some things have fallen out of cache and get re-faulted? > > > > -Lon > > >