Feature Requests item #421688, was updated on 2001-05-05 11:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=421688&group_id=22866

Category: None
Group: Next Release (example)
Status: Open
Priority: 5
Submitted By: Dan Christopherson (danch)
Assigned to: Dan Christopherson (danch)
Summary: optimize collection finders (JAWS)

Initial Comment:
Currently JAWS hits the database n+1 times in the case
where a finder returns a collection and the client code
accesses every bean in that collection (which is
typical when calling these finders).
This change will cause JAWS to grab all data for
selected beans and cache it in a transaction specific
read-ahead buffer, then check that buffer prior to
hitting the database on a findByPrimaryKey or load
operation. 

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=421688&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to