From: <no...@at...> - 2005-08-11 11:05:03
|
The following comment has been added to this issue: Author: Aksel Hilde Created: Thu, 11 Aug 2005 6:04 AM Body: I also have problems understanding why mr. Bauer see this as secondary functionality, in a product being so good at persisting complex object model. For our application (national cadaster system for Norway) this feature is mandatory to be able to improve performance when persisting our object model (which is one of our major bottlenecks at the time). We deal with rather complex transaction, but nothing unusual. --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1?page=comments#action_19308 --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-1 Summary: Optimize Hibernate for the bulk insertion of related entities Type: New Feature Status: Reopened Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Assignee: Reporter: Bradley Leupen Created: Fri, 16 Apr 2004 10:57 AM Updated: Thu, 11 Aug 2005 6:04 AM Environment: Hibernate 1.2, MySql 3.1 Description: 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. --------------------------------------------------------------------- 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 |