davecromberge opened a new pull request, #10878: URL: https://github.com/apache/pinot/pull/10878
Upgrade to Apache Datasketches 4.0.0 The 4.0.0 release incorporates some of the following changes that are relevant to implementations within Pinot: - API changes within Quantile Sketches, including the "SortedView" which is iterable and makes analysis of the quantile distribution even easier. - Theta Sketches have been enhanced with an optional compress operation that makes the serialized theta sketch smaller. Note that Theta compression is not yet enabled as this would require all clients using raw sketches to be upgraded. Although the Pinot codebase uses the ClearSpring HLL sketch, the Datasketches 4.0.0 release includes major speed improvements to the Apache Datasketches HLL implementation. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
