I have a cube which has few big dimensions. It is currently taking 2 hours to Process Full. I have now partitioned the cube and followed below strategy:
- Process Update dimensions
 - Process data Partition (only needed partition)
 - Process index cube
 
Because I had few rigid relationship in some dimensions so I wan't able to do Process update. I made all of them as flexible now. But after that processing time of my cube increased to 2 hours 40 min.
Now, my question is why Process update here is taking such a long time? and how can I make it process faster? I am just processing 2 partition at a time out of 34. Here is the breakdown:
- Process update all dimensions - 2 hours 20 min
 - Process data 2 partition - 10 min
 - Process index - 10 min