[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5326?page=c...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira