HappenLee opened a new pull request #3598:
URL: https://github.com/apache/incubator-doris/pull/3598


   1. Delete Invalid Counter In Data_Stream_Sender.
   2. Add Counter For PartitionHashTable of PartitionAggregationNode:
        * Hash Probe Method
        * Row processed by Aggregation
        * HashFilledBuckets: Counter How Many FilledBuckets in Aggragation
        * HTResize: Counter How Many Resize of HashTable
        * HashProbe: Counter Probe of HashTable
        * HashFailedProbe: Counter Failed Probe of HashTable
        * HashTravelLength: Total TravelLength for Probe
        * HashCollisions: Counter of HashCollision
   3. Del some unecessary code in PartitionHashTable by template


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to