You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/06/08 05:04:34 UTC

[GitHub] [incubator-pinot] ianvkoeppe opened a new pull request #4293: Add support for an aggregation function returning serialized hyperlog…

ianvkoeppe opened a new pull request #4293: Add support for an aggregation function returning serialized hyperlog…
URL: https://github.com/apache/incubator-pinot/pull/4293
 
 
   …logs.
   
   Client-side batching is a common requirement for reducing the query and
   response sizes to/from Pinot. In doing so, client's may then need to perform
   their own aggregation of results from the multiple responses returned. This
   is easy for sum, min, max, etc., but numerical values representing uniques cannot
   simply be added.
   
   Supporting the DISTINCTCOUNTRAWHLL and DISTINCTCOUNTRAWHLLMV will allow
   clients to receive the serialized HLL and then aggregate them
   client-side.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org