Are there any performance advantages in using a ROLAP server such as Mondrian on top of a MySQL database, as opposed to simply querying the MySQL database?
在我提出的大多数询问比较简单的情况下,我提出这个问题(例如,在一定时期内发现所有销售),但数据库的规模相当庞大(数千个条目)。
My idea was to use OLAP to speed up queries, but now I m confused as to whether or not this is actually the purpose of this technology, especially in its ROLAP form. While trying the olap4j API, I realized that I can use it to make MDX queries without even having an actual OLAP server (just having a relational database and an OLAP schema for it). How could that be of any use in terms of performance?
增 编