fx19880617 edited a comment on issue #6368: URL: https://github.com/apache/incubator-pinot/issues/6368#issuecomment-748389769
Just to think about this problem. I feel we need to pre-define the granularity of segment metadata, then in the broker routing strategy, we can implement the hierarchy of segments with different time granularity. And of course, the time boundary should be aligned always. Then for each query, we can parse the time range from the query then pick the right segments to cover the entire time range. Apart from generating roll-up segments, have you tried Star-tree for this metrics aggregation use case? Though this is still at single-segment level. https://docs.pinot.apache.org/basics/indexing/star-tree-index ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org