[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5698) Sort inserts in primary key order (patch included)

Søren Mathiasen (JIRA) noreply at atlassian.com
Thu Oct 28 04:04:47 EDT 2010


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

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