From: Max R. A. (JIRA) <no...@at...> - 2006-03-17 10:46:04
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1?page=comments#action_22517 ] Max Rydahl Andersen commented on HHH-1: --------------------------------------- if is documented as actually having an effect and not introduce slower performance for existing normal usage then it would be interesting. (but we are pretty busy at the moment so no promises to when we can get it included..) > Optimize Hibernate for the bulk insertion of related entities > ------------------------------------------------------------- > > Key: HHH-1 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1 > Project: Hibernate3 > Type: New Feature > Components: core > Environment: Hibernate 1.2, MySql 3.1 > Reporter: Bradley Leupen > Priority: Minor > > > 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/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |