You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/12/19 00:42:56 UTC

[GitHub] [incubator-pinot] fx19880617 edited a comment on issue #6368: Smart query layer with rolled up data

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 single-segment level aggregation. 
   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:
users@infra.apache.org



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