You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2014/07/23 21:21:39 UTC

[jira] [Created] (DRILL-1175) Add hash table occupancy statistics

Aman Sinha created DRILL-1175:
---------------------------------

             Summary: Add  hash table occupancy statistics
                 Key: DRILL-1175
                 URL: https://issues.apache.org/jira/browse/DRILL-1175
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Aman Sinha
            Priority: Minor


For all the hash based operations, we currently collect a few run-time metrics such as number of buckets, number of entries, number of resizing attempts.  We should also collect the hash table occupancy statistics to allow better diagnosis of performance issues.  The occupancy stats should include  min, max and average length of a hash chain among all the buckets. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)