Hi again, > -----Ursprüngliche Nachricht----- > Von: Efftinge, Sven [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. November 2002 11:27 > An: 'OJB Users List' > Betreff: AW: [ODMG] Caching > > > > > > > does the ODMG API cache Objects wich I got with an OQL-Query? > > > > Yes, it uses the PersistenceBroker cache. > > Can I avoid this? I have some large Queries, and it tooks > much time to cache > every object...
I don't believe that the cache is the bottleneck. You can try to use the Noop Cache Implementation ObjectCacheEmptyImpl to test if performance increases. (The cache impl class is defined in OJB.properties) cheers, Thomas > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>