You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/06 23:35:45 UTC

[GitHub] edgan8 opened a new pull request #6581: Moments Sketch custom aggregator

edgan8 opened a new pull request #6581: Moments Sketch custom aggregator
URL: https://github.com/apache/incubator-druid/pull/6581
 
 
   Initial pull request for a druid aggregation extension that supports the moments sketch. The moments sketch is a compact, efficiently mergeable approximate quantile sketch. This extension wraps the library available here: https://github.com/stanford-futuredata/momentsketch . The post aggregator can be used to extract quantile estimates from the aggregator.
   
   The aggregator is parameterized by k, the size of the sketch, and a boolean parameter "compress" which will compress the range of input values, improving accuracy for very long-tailed distributions, but slightly reducing accuracy for values more uniformly distributed across their range.
   
   MomentSketchAggregatorTest shows how the custom aggregation can be constructed during either ingest or query time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org