Message:
The following issue has been closed.
Resolver: Gavin King
Date: Thu, 23 Oct 2003 1:28 PM
There has been no great demand for this, so won't implement.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-46
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-46
Summary: new Session.setJdbcBatchSize method
Type: Patch
Status: Closed
Priority: Major
Resolution: REJECTED
Project: Hibernate2
Assignee: Gavin King
Reporter: Max Rydahl Andersen
Created: Sat, 3 May 2003 10:30 AM
Updated: Thu, 23 Oct 2003 1:28 PM
Description:
new Session.setJdbcBatchSize method
Sometimes it is useful to be able to explicitly set JDBC
batch size for one session. For example, it is necessary
to suppress batching to use ClobStringType with Oracle.
Another use is to increase batch size during mass-
loading data into the database.
The implementation of setJdbcBatchSize provided in this
patch is incomplete but I will provide full implementation
if there is an interest in this patch from Hibernate
developers (not that I am hiding anything, I just have to
write/test some code).
http://sourceforge.net/tracker/index.php?func=detail&aid=719190&group_id=40712&atid=428710
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|