[ http://opensource.atlassia
n.com/projects/hibernate/browse/HHH-1?page=com.atlassian.jir
a.plugin.system.issuetabpanels:comment-tabpanel#action_26751
]
Steve Ebersole commented on HHH-1:
----------------------------------
Note that the property to control this behavior is
"hibernate.order_inserts=[true|false]"...
> Optimize Hibernate for the bulk insertion of related
entities
>
------------------------------------------------------------
-
>
> Key: HHH-1
> URL: http://opensource.atlassian.com/projects/hibernat
e/browse/HHH-1
> Project: Hibernate3
> Issue Type: New Feature
> Components: core
> Environment: Hibernate 1.2, MySql 3.1
> Reporter: Bradley Leupen
> Assignee: Steve Ebersole
> Priority: Minor
> Fix For: 3.2.4, 3.3
>
> Attachments: bulk_insert.patch
>
>
> It is currently difficult to batch the creation of
persistent entities that maintain associations with other
entities.
> Add necessary api to hibernate to support the save or
update of a collection of entities. An optimization can be
applied in this scenario to group inserts / updates by
entity class, or table. This will enable the hibernate
engine to utilize batching if available, drastically
improving performance over a network.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the
administrators: http://opensource.atlassian.com/pro
jects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atl
assian.com/software/jira
_______________________________________________
hibernate-issues mailing list
hibernate-issues lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-issu
es
|