Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v1.5.4.1
-
None
Description
Current RAM estimations for MeasureAggregator and GTAggregateScanner are based on test results from AggregationCacheMemSizeTest. I'd like to see if there is room for improvement, and if there is, how much we can improve.
Points I'm interested in are:
- CompressedOops ON v.s OFF: when CompressedOops is off on large heap, each reference takes 8 bytes. I was wondering how much it will affect the RAM of AggregationCache.
- Variable Length Aggregator: does the current estimation works well on varlen aggregator like BitmapAggregator?
- Real Heap Usage Count via Instrumentation: the current approach to obtain the actual heap usage of objects looks fine, however, I was wondering if using Java instrumentation agent will give us a more precise number.