We have a
cube which is taking 20+ hours to process completely, as per current scenario
we are processing this cube through SSAS package. What I have seen in package
is first dimension is processed sequentially and then fact is processed.Here
there are around 20+ Dimensions and they are processed sequentially. In this
version of VS parallel processing is not allowed,<o:p></o:p>
To process
all the dimension parallel, I have divide dimension in to 3 parts and trying to
process them parallel.<o:p></o:p>
Example-
<o:p></o:p>My Queries
are<o:p></o:p>
1. Is it
right approach to process dimension like this?<o:p></o:p>
2. Any other
approach to reduce the cube processing time efficiently.<o:p></o:p>