Jackie-Jiang opened a new pull request, #8655:
URL: https://github.com/apache/pinot/pull/8655

   - Allow broker to automatically rewrite expensive function to its 
approximate counterpart
     - DISTINCT_COUNT -> DISTINCT_COUNT_SMART_HLL
     - PERCENTILE -> PERCENTILE_SMART_TDIGEST
   - Add table level override for the rewrite through the query config
   
   ## Release-Notes
   Add broker config `pinot.broker.use.approximate.function` to turn the 
feature on (off by default)
   Add query config `useApproximateFunction` to override the broker level config


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to