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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to