I am still quite confused about the SSAS cube processing..
Suppose in a SSAS database there is one cube (with several measure groups) and 3 dimensions. Each day new data is added to the corresponding fact table and the corresponding 3 dimensions.
Now the 3 dimensions have been processed, using "ProcessUpdate" option, one by one.
My question:
Will the corresponding cube (i.e. measure groups) data be updated automatically by retrieving new data from the corresponding fact table?
If, after all dimensions are processed, the cube is also explicitly processed, using the "ProcessDefault" option? Will the cube be updated, reflecting the change in the corresponding fact table?