[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3763) An optional "end revision" column

Adam Warski (JIRA) noreply at atlassian.com
Sun Feb 8 12:13:38 EST 2009


An optional "end revision" column
---------------------------------

                 Key: HHH-3763
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3763
             Project: Hibernate Core
          Issue Type: New Feature
          Components: envers
            Reporter: Adam Warski
            Assignee: Adam Warski


The "end revision" column would be optionally generated (basing on a setting), and would contain the number of the revision to which the given data row in an audit table is valid. It would be null if a version is still valid. The column can be calculated basing on the "revision" + id columns, so it will create data redundancy, but it will help speed up queries a lot.

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