Jackie-Jiang opened a new issue, #10793: URL: https://github.com/apache/pinot/issues/10793
Min/max value are very useful for segment pruning and also index creation (e.g. range index) Currently min/max value might not be generated in certain cases: - Metric aggregation column - min/max value is too long (for string/bytes) For the first case, or existing segment without min/max value, we can enhance `ColumnMinMaxValueGenerator` to scan the values and fill the min/max value For the second case, we can trim the long value and store the closest min/max value instead -- 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]
