Hello SSAS Guru's,
Quick question. We have this massive single cube (7 facts, 41 measure groups and 27 dimensions) . It currently takes 20 hours to process (full process) a day and I am asked work on it bring the processing time down (if possible to couple of hours a day). Total size of the cube is 40 GB.
1) Is there a way to figure out which dimension or measure group is taking most of the time ?
2) I have seen most of the dimension attributes are strings. Would it help if I change KeyColumn to Integer and NameColumn to String ? Right now, they both are strings.
3) I will create Monthly partitions and process just last two partitions for 41 measure groups instead of a full process on data from 2013. I am sure that will cut sown at least 10 hours of time in processing.
4) I see all the facts are views. Some are views joining to other views joining to other views. Is that an Issue ?
5) What other points need to be changed or checked to bring the processing time down.
Thanks in advance
Ram