[ 
https://issues.apache.org/jira/browse/TORQUE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fox resolved TORQUE-141.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
         Assignee: Thomas Fox

Added the property fetchSize to org.apache.torque.criteria.Criteria. The 
property will be passed to the preparedStatement on queries (assuming that the 
fetchSize prooperty does not make sense on inserts, updates and deletes)
                
> Adding a way to set JDBC Driver fetchSize on statement
> ------------------------------------------------------
>
>                 Key: TORQUE-141
>                 URL: https://issues.apache.org/jira/browse/TORQUE-141
>             Project: Torque
>          Issue Type: Improvement
>          Components: Runtime, Village
>    Affects Versions: 3.3
>         Environment: All
>            Reporter: GBT
>            Assignee: Thomas Fox
>             Fix For: 4.0
>
>         Attachments: fetchSize.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the current version, it's not possible to set the fetchsize on 
> statements (see method setFetchSize on Statement) in order to optimize the 
> roundtrips with the database. The default value is set by the JDBC Driver, 
> for Oracle the value is 10.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to