[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-5698) Sort inserts in primary key order (patch included)
Søren Mathiasen (JIRA)
noreply at atlassian.com
Tue Nov 2 05:24:48 EDT 2010
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Søren Mathiasen updated HHH-5698:
---------------------------------
Attachment: patch.diff
New patch, seems the old one was reversed
> Sort inserts in primary key order (patch included)
> --------------------------------------------------
>
> Key: HHH-5698
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5698
> Project: Hibernate Core
> Issue Type: Improvement
> Components: core
> Affects Versions: 3.6.0
> Environment: Hibernate 3.6.0, all databases
> Reporter: Søren Mathiasen
> Priority: Critical
> Attachments: hibernate-insert.patch, patch.diff
>
>
> When inserting rows in the database, we should make a sort on primary key in order to ensure that database fragmentation is minimal.
> Attached is a patch that does that.
--
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
More information about the hibernate-issues
mailing list