I understand that MOLAP is to organize and pre-calculate your data in a multi-dimensional structure. Each dimension is an axis, and the aggregated measures are stored in each little space. ROLAP is to query data directly from the underlying relational database.
As the title described, the user can at the same time set the dimension storage mode as MOLAP while the cube's storage mode as ROLAP. How does SSAS handle this situation?
If the aggregation(pre-calculation) only contains dimension data but not measures from the fact table, how does it improve the querying performance?