参考答案和解析
正确答案:是基于关系数据库存储方式的,在这种结构中,多维数据被映像成二维关系表,通常采用星型或雪花型架构,由一个事实表和多个维度表构成。
更多“ROLAP”相关问题
  • 第1题:

    You need to design a storage mode for the ProductOrderStatus measure group. What should you do?()

    • A、Use ROLAP for the Historical partition and MOLAP for the CurrentDay partition.
    • B、Use MOLAP for the Historical partition and ROLAP for the CurrentDay partition.
    • C、Use ROLAP for the Historical partition and Automatic MOLAP for the CurrentDay partition.
    • D、Use HOLAP for the Historical partition and Low-latency MOLAP for the CurrentDay partition.

    正确答案:B

  • 第2题:

    由于数据在物理上存储方式的不同,形成了OLAP的三种实现方式,即()。

    • A、HOLAP
    • B、MOLAP
    • C、NOLAP
    • D、ROLAP

    正确答案:A,B,D

  • 第3题:

    单选题
    You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server 2008 Analysis Services (SSAS) database. A cube in the database contains a large dimension named Customers. The database uses a data source that is located on a remote server. Each day, an application adds millions of fact rows and thousands of new customers. Currently, a full process of the cube takes several hours. You need to ensure that queries return the most recent customer data with the minimum amount of latency. Which cube storage model should you use?()
    A

     hybrid online analytical processing (HOLAP)

    B

     relational online analytical processing (ROLAP)

    C

     multidimensional online analytical processing (MOLAP)

    D

     automatic multidimensional online analytical processing (automatic MOLAP)


    正确答案: B
    解析: 暂无解析

  • 第4题:

    名词解释题
    ROLAP

    正确答案: 是基于关系数据库存储方式的,在这种结构中,多维数据被映像成二维关系表,通常采用星型或雪花型架构,由一个事实表和多个维度表构成。
    解析: 暂无解析

  • 第5题:

    You design a Business Intelligence (BI) solution by using SQL Server 2008. The solution includes a SQL Server 2008 Analysis Services (SSAS) database. A cube in the database contains a large dimension named Customers. The database uses a data source that is located on a remote server. Each day, an application adds millions of fact rows and thousands of new customers. Currently, a full process of the cube takes several hours. You need to ensure that queries return the most recent customer data with the minimum amount of latency. Which cube storage model should you use?()

    • A、 hybrid online analytical processing (HOLAP)
    • B、 relational online analytical processing (ROLAP)
    • C、 multidimensional online analytical processing (MOLAP)
    • D、 automatic multidimensional online analytical processing (automatic MOLAP)

    正确答案:A

  • 第6题:

    问答题
    比较ROLAP与MOLAP在数据存储、技术及特点上的不同。

    正确答案: (1)数据存储:
    MOLAP:详细数据用关系表存储在数据仓库中;
    各种汇总数据保存在多维数据库中;
    从数据仓库中询问详细数据,从多维数据库中询问汇总数据。
    ROLAP:全部数据以关系表存储在数据仓库中;
    可获得细节的和综合汇总的数据;
    有非常大的数据容量;
    从数据仓库中询问所有的数据。
    (2)技术:
    MOLAP:由MOLAP引擎创建;
    预先建立数据立方体;
    多维视图存储在陈列中,而不是表格中;
    可以高速检索矩阵数据;
    利用稀疏矩阵技术来管理汇总的稀疏数据。
    ROLAP:使用复杂SQL从数据仓库中获取数据;
    ROLAP引擎在分析中创建数据立方体;
    表示层能够表示多维的视图。
    (3)特点:
    MOLAP:询问响应速度快;
    能轻松适应多维分析;
    有广泛的下钻和多层次/多视角的查询能力。
    ROLAP:在复杂分析功能上有局限性,需要采用优化的OLAP;
    向下钻取较容易,但是跨维向下钻取比较困难。
    解析: 暂无解析

  • 第7题:

    单选题
    据库的OLAP实现(MOLAP)和()
    A

    基于网状数据库的OLAP实现(NOLAP)

    B

    基于层次数据库的OLAP实现(HOLAP)

    C

    基于关系数据库的OLAP实现(ROLAP)

    D

    以上都不对


    正确答案: A
    解析: 暂无解析