This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: read-ahead prefetch does not seem to workaloubyansky Sep 3, 2004 3:15 AM (in response to godboles)The finder is executed with on-find strategy, not the on-load you posted 
 1) because, the finder and instance access is done in different transactions
 2) it does prefetch but that is lost because of 1)
 read the docs.
- 
        2. Re: read-ahead prefetch does not seem to workgodboles Sep 3, 2004 10:18 AM (in response to godboles)Hi, 
 Thanks for your reply. I want the finder to execute the on-find strategy. Sorry for the wrong quote.
 I have since read the documentation and got rid of read-only. I have instructed that all methods of this been have a transaction attribute of "Required". I have wrapped the client code in a transaction. Still, I see the n+1 behavior. I am probably missing something simple here.
 HG
- 
        3. Re: read-ahead prefetch does not seem to workgodboles Sep 3, 2004 2:11 PM (in response to godboles)Hi, 
 I take that back. I wrapped the client code within a transaction and the on-find started working like a charm!!
 Thanks a lot.
 HG
 
    