pzhdfy opened a new issue #6715: [Proposal] time granularity based materialized view URL: https://github.com/apache/incubator-druid/issues/6715 **Motivation** In prev issue https://github.com/apache/incubator-druid/issues/5304, @zhangxinyu1 design the 'Materialized View' with pruned dimensions , and the queryGranularity of 'Materialized View' keep same with base datasource, This works in most case. But if we do not often query the origin queryGranularity of base datasource. For example, the base datasource queryGranularity is MINUTE, but we often query in HOUR, so we need compute a Materialized View in HOUR
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
