InterviewSolution
| 1. |
What Is Rolap And Its Advantage? |
|
Answer» ROLAP (Relational Online Analytical PROCESSING) : ROLAP does not have the high latency disadvantage of MOLAP. With ROLAP, the data and AGGREGATIONS are stored in relational FORMAT. This means that there will be zero latency between the relational source database and the cube. Disadvantage of this mode is the performance, this type gives the poorest query performance because no objects benefit from multi dimensional storage. Advantages:
ROLAP (Relational Online Analytical Processing) : ROLAP does not have the high latency disadvantage of MOLAP. With ROLAP, the data and aggregations are stored in relational format. This means that there will be zero latency between the relational source database and the cube. Disadvantage of this mode is the performance, this type gives the poorest query performance because no objects benefit from multi dimensional storage. Advantages: |
|