[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-5371) Add support for REVEND_TSTMP which will enable SQL table partitioning by time

Matthew B. Jones (JIRA) noreply at atlassian.com
Fri Jul 9 09:46:13 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew B. Jones updated HHH-5371:
----------------------------------

    Attachment: revend_tstmp.txt

Provided a patch which enables the outlined REVEND_TSTMP functionality. Also, fixed a minor bug with the collection change events, where it was ignoring ADD and not performing any of the REVEND* functionality, which can lead to issues when removing something from a ManyToMany relationship and then adding it back.

> Add support for REVEND_TSTMP which will enable SQL table partitioning by time
> -----------------------------------------------------------------------------
>
>                 Key: HHH-5371
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5371
>             Project: Hibernate Core
>          Issue Type: New Feature
>          Components: envers
>    Affects Versions: 3.6
>            Reporter: Matthew B. Jones
>         Attachments: revend_tstmp.txt
>
>
> There is strong desire to be able to purge old records out of a relational database by using table partitioning. In order to partition a table, you need to partition it on a column that exists within the table. So, in order to partition the _AUD tables by expired time, the timestamp of REVEND must be present within the table.

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