[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5326) UpdateTimestampsCache should maintain the statistics for its region

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Jun 30 10:59:09 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=37618#action_37618 ] 

Steve Ebersole commented on HHH-5326:
-------------------------------------

UpdateTimestampsCache is essentially a big map of entity-name to a timestamp.  The intent is that the timestamp indicates the last time any operation (*any* insert, update, delete) affected that entity.  So the statistics here would be across all entity/timestamp entries.

That being said...

How is it useful knowing that there have been 3,000,000 puts into this region (all operations on all entities)?


> UpdateTimestampsCache should maintain the statistics for its region
> -------------------------------------------------------------------
>
>                 Key: HHH-5326
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5326
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: core
>            Reporter: Alex Snaps
>
> Don't know if it is by design, but the SecondLevelCacheStatistics' for the UpdateTimestampsCache region are not maintained. Any idea why ?

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