On 2/14/2016 at 6:05 PM, "Stéphane LANDELLE" <
slan...@gatling.io> wrote:
>
>One of the issues with InfluxDB and other standard time series
>databases is
>that if you care about percentiles/distributions (which you
>should, those
>are the only metrics that make sense, on contrary to average and
>standard
>deviation), you end up averaging them (over time, over cluster
>nodes).
>
>This is of course completely wrong (e.g.: the 100th percentile is
>the
>maximum, and the global maximum is absolutely not the average of
>the local
>maximums) and artificially smoothen your results.
>
>This is one of the issues we're fixing with FrontLine.
>
>