Patches item #606584, was opened at 2002-09-09 15:33
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=606584&group_id=22866
Category: JBossCMP
Group: CVS HEAD
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Ineson (pineson)
Assigned to: Nobody/Anonymous (nobody)
Summary: DymanicQL read-ahead performance
Initial Comment:
The DymanicQL optimized loading read-ahead
parameters are currently hard coded to be "on-find" and
a page size of 255. This fix allows the parameters that
are set in jbosscmp-jdbc.xml to be used when a DB
query is executed resulting in correct sized query result
sets.
example from a jbosscmp-jdbc.xml....
<query>
<query-method>
<method-name>ejbSelectWorklist</method-name>
<method-params>
<method-param>java.lang.String</method-param>
<method-param>java.lang.Object[]</method-
param>
</method-params>
</query-method>
<dynamic-ql/>
<read-ahead>
<strategy>on-load</strategy>
<page-size>13</page-size>
</read-ahead>
</query>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=606584&group_id=22866
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development