Hi
I have a cube which processes millions of records for aggregations puporse data going back to 10 years.
What I want to know is, is it normal to extract data from the cube for say 3 years in a minute an a half. When I try to write an MDX query to extract date for say 3 years, the MDX just keeps going and going.
The granuality of the datetime hiarchy is 15 minutes. So you can imagine for 3 years, I am asking for 3*(366 *96) that many rows I am asking for the mdx to give me.
My main concern is that we have customers wanting 10 years worth of data on the display with 15 minutes grandulaity. What are some of the options I can use to pull data from the cube for 10 years fast enough, like may be in 30 seconds. As we have to display it on UI.
What are some of the best ways of extracting data from Cube in a fastest possible way and displaying it on UI, we dont want to use any tools or so to display data like reporting tool.
Thanks much
-Sarah