Forum Discussion
Anonymous
4 years agoNot applicable
Slow loading report - Should I put more dependence on SQL Queries?
HotChilli
4 years agoCommunity Champion
Maybe. Examine your model to see if the Fact table(s) have the desired granularity , for example, if you never analyse the data at a daily level, summarise it at weekly/monthly level to reduce the number of rows.
Also, use performance analyser on the View menu to see what's taking up time and define 'forever'. Write these things down to act as a baseline.
Is the model a star schema? Are you using appropriate data types etc.?
- Anonymous4 years agoNot applicable
thanks for the response HotChilli the fact tables do have the corrent grainularity, it takes about 2 min. for the table to load & using the correct data types. Yep star schema