______________ is the best OLAP architecture approach for small data and complex model
-
MOLAP
-
ROLAP
-
HOLAP
-
None of the above
A
Correct answer
Explanation
MOLAP (Multidimensional OLAP) pre-computes aggregations and stores data in specialized multidimensional arrays optimized for fast query performance. This makes it ideal for small datasets with complex analytical models since the cubes fit in memory and calculations are pre-done. ROLAP is better suited for large data with simpler models, while HOLAP is a hybrid approach.