mayankshriv commented on issue #15704: URL: https://github.com/apache/pinot/issues/15704#issuecomment-2891983256
@scheler Thanks for creating this request. Just wanted to understand the requirement a bit more. Are you suggesting to create an index that selects all rows of that segment? Most of the times, queries will have filters and select only part of the rows, which can be determined only at query time. One solution for that is to use StarTree index to pre-materialize those cubes. And that part is already supported using T-Digest + StarTree. Please let me know if I am mis-interpreting the ask. -- 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]
