You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/10/10 02:12:27 UTC

[GitHub] [incubator-doris] shengyunyao opened a new issue #1947: Add tdigest compression param for pencentile_approx function

shengyunyao opened a new issue #1947: Add tdigest compression param for pencentile_approx function
URL: https://github.com/apache/incubator-doris/issues/1947
 
 
   Someone use doris and test the pencentile_approx function. He found that this function in doris is much slower than that in clickhouse.
   
   The algorithms of pencentile_approx function in doris and clickhouse are the same. One of the reasons is that digest compresion in clickhouse is 2048, but it is 10000 in doris. That means we can get a more precise result in doris with the cost of much time.
   
   So, we enable uses to set the compression param to trade off the precision and time cost by themselves.
   
   

----------------------------------------------------------------
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@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org