You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2019/06/25 12:02:00 UTC

[jira] [Created] (FLINK-12982) Make DescriptiveStatisticsHistogramStatistics a true point-in-time snapshot

Nico Kruber created FLINK-12982:
-----------------------------------

             Summary: Make DescriptiveStatisticsHistogramStatistics a true point-in-time snapshot
                 Key: FLINK-12982
                 URL: https://issues.apache.org/jira/browse/FLINK-12982
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Metrics
            Reporter: Nico Kruber
            Assignee: Nico Kruber


Instead of redirecting {{DescriptiveStatisticsHistogramStatistics}} calls to {{DescriptiveStatistics}}, it takes a point-in-time snapshot using an own
UnivariateStatistic implementation that
* calculates min, max, mean, and standard deviation in one go (as opposed to four iterations over the values array!)
* caches pivots for the percentile calculation to speed up retrieval of multiple percentiles/quartiles

This is similar to the semantics of our implementation using codahale's {{DropWizard}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)