Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate hdrhistogram #739

Closed
ceeaspb opened this issue Jul 14, 2014 · 3 comments
Closed

integrate hdrhistogram #739

ceeaspb opened this issue Jul 14, 2014 · 3 comments

Comments

@ceeaspb
Copy link

ceeaspb commented Jul 14, 2014

Long tail non normal data can be summarised efficiently with the following data structure

https:/codahale/hdrhistogram

@ceeaspb
Copy link
Author

ceeaspb commented Mar 2, 2016

related to #59 #11

Many use cases aggregate data at source. There are too many data points to individually send to influx.

This feature would build on #59 to allow influxdb to

  • recieve and store (hdr)histogram data,
  • operations on the stored histograms like union to calculate percentiles for specified intervals

https:/codahale/hdrhistogram

see also
https:/bbc/notes-on-perf-testing/blob/master/ch/gatling/real_time_graphs.md

@beckettsean as longer term was added a year ago, is it now short-medium term? :)

@beckettsean
Copy link
Contributor

As mentioned in my post to the mailing list we are experimenting with simplifying our open GitHub Issues. This feature request has been rolled into an aggregate issue for all function requests, so that we can close this issue until we are ready to work on it.

You may continue to make comments here. Closing the issue does not mean we are rejecting this idea.

@calder
Copy link

calder commented Jul 28, 2017

There's a decent amount of support for this over in #5930. This is a pretty critical feature for timeseries databases, even if other open source ones don't have it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants