Feature Requests item #482396, was opened at 2001-11-15 23:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376688&aid=482396&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Priority: 5
Submitted By: Vincent Harcq (vharcq)
Assigned to: Nobody/Anonymous (nobody)
Summary: commit-option A and finders

Initial Comment:
With commit-option A we only touch database at first 
load and on every finders method calls.
With read-ahead we even reduce the database hits.
Why on every finders method calls ?
If the container is the only that manage a set of 
data, it should be possible for him to know which data 
to search and could avoid a select * from ... where ...
On both findAll and findByxxx.
It is a trivial idea ;)
I don't think the solution is trivial though and even 
more in a load balancing mode :{
Is this going too far in possible improvement on 
persistence manager ?

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

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

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

Reply via email to