Re: [JBoss-user] read-ahead in jboss3.0 CMP

2002-06-24 Thread Dain Sundstrom
I would bet you are not using a single transaction for the access. The data that is preloaded is only valid for a single transaction, and if it is not used it is lost. I suggest you buy a copy of the JBossCMP documentation which has a chapter on Optimized Loading. -dain Steve Buikhuizen wro

Re: [JBoss-user] read-ahead in jboss3.0 CMP

2002-06-24 Thread Dan Christopherson
How are you accessing the entities? If your accesses are not all in the same transaction, the read-ahead is wasted right now. -danch Steve Buikhuizen wrote: > Hello, > > I'm trying to get read-ahead working with the 3.0 release. Here's what > my jbosscmp-jdbc.xml looks like. > > > >

[JBoss-user] read-ahead in jboss3.0 CMP

2002-06-21 Thread Steve Buikhuizen
Hello, I'm trying to get read-ahead working with the 3.0 release. Here's what my jbosscmp-jdbc.xml looks like. java:/OracleDS Oracle8 on-load 1000 * 1000 However, I still get N+1 queries run the the CMP engine so