Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.8.0
-
None
Description
Adding more stats to analyze the memory usage of HashJoinBatch and HashAggBatch.
HashJoinBatch
+ HASHTABLE_MEMORY_ALLOCATION
+ HASHTABLE_NUM_BATCHHOLDERS
+ HASHJOINHELPER_MEMORY
HashAgg
+ HASHTABLE_MEMORY_ALLOCATION
+ HASHTABLE_NUM_BATCHHOLDERS
+ HASHAGG_MEMORY
+ HASHAGG_NUM_BATCHHOLDERS
Cleanup:
+ Prefix "HASHTABLE_" to existing HashTable metrics such as NUM_BUCKETS.
Attachments
Attachments
Issue Links
- depends upon
-
DRILL-1942 Improve off-heap memory usage tracking
- In Progress