Heatmap Visualization for Distributions
Computing accurate percentiles with DDSketch | Datadog

Computing accurate percentiles with DDSketch | Datadog

9/23/2019 · Charles Masson, Cecilia Watt

What this post added

This post introduces DDSketch, a new quantile sketch algorithm designed to accurately compute percentiles from large-scale, distributed monitoring data. It addresses the challenges of exact percentile computation and distributed aggregation by providing a fully mergeable sketch with relative-error guarantees. The post explains the limitations of existing algorithms like GK and details how DDSketch's design enables accurate percentile calculation and efficient data aggregation.

Read the original post ↗