Hi,
I am new to the OLAP Environment, trying to do the rollup based on different dimension columns
Ex: Timestamp (By Hour),
Dimension Columns: A, B, C, D
Metric Columns: Metric1, Metric2, Metric3
I want to do the Rollup
For each Hour rollup with Dimension Column A
For each Hour rollup with Dimension Column B
For each Hour rollup with Dimension Column C
I didn’t get a complete understanding of the rollup by looking into the documentation.
My Assumption is:
Basic rollup will do by druid based on the timestamp and with the “group by” queries you have to get the rollup data with different dimension columns
Appreciate your help on this
Regards,
lee