[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4885) Use "test" durability mode for derby database in testssuites

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Feb 5 12:27:32 EST 2010


Use "test" durability mode for derby database in testssuites
------------------------------------------------------------

                 Key: HHH-4885
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4885
             Project: Hibernate Core
          Issue Type: Improvement
          Components: testsuite
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.5.0-Next


Very similar to Oracle's NOLOG option.

{quote}
While performance is improved, note that under these conditions, a commit no longer guarantees that the transaction's modification will survive a system crash or JVM termination, the database may not recover successfully upon restart, a near-full disk at runtime may cause unexpected errors, and the database may be in an inconsistent state.
{quote}
http://publib.boulder.ibm.com/infocenter/cscv/v10r1/index.jsp?topic=/com.ibm.cloudscape.doc/rtunproperdurability.html

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