[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5217) Minimize double sequence value reads in PooledOptimizer

Steve Ebersole (JIRA) noreply at atlassian.com
Wed May 12 10:03:24 EDT 2010


Minimize double sequence value reads in PooledOptimizer
-------------------------------------------------------

                 Key: HHH-5217
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5217
             Project: Hibernate Core
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.2.6
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.5.2, 3.6


Splitting up HHH-3608 into its individual tasks.  This part is about minimizing the double sequence value reads.  Really the double read is only needed when we are initializing the optimizer *and* the first read gave us the initialValue (perhaps this should be anything less than the increment?).

-- 
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