Chapter IX: Querying Multidimensional Data

Leonardo Tininini, Italian National Institute of Statistics

Italy

Istituto di Analisi dei Sistemi ed Informatica

Italy

A powerful and easy-to-use querying environment is certainly one of the most important components in a multidimensional database, and its effectiveness is influenced by many other aspects, both logical (data model, integration, policy of view materialization, etc.) and physical (multidimensional or relational storage, indexes, etc.). As is evident, multidimensional querying is often based on the metaphor of the data cube and on the concepts of facts, measures, and dimensions. In contrast to conventional transactional environments, multidimensional querying is often an exploratory process, performed by navigating along the dimensions and measures, increasing/decreasing the level of detail and focusing on specific subparts of the cube that appear to be "promising" for the required information.

In this chapter we focus on the main languages proposed in the literature to express multidimensional queries, particularly those based on: (i) an algebraic approach, (ii) a declarative paradigm (calculus), and (iii) visual constructs and syntax. We analyze the problem of evaluation, i.e., the issues related to the efficient data retrieval and calculation, possibly (often necessarily) using some pre-computed data, a problem known in the literature as the problem of rewriting a query using views. We also illustrate the use of particular index structures to speed up the query evaluation process.

INTRODUCTION

As shown in the previous chapters, multidimensional data modeling is based on the metaphor of the data cube and on the concepts of facts, measures, and dimensions. Analogously, the techniques to retrieve such data, which have been proposed in the literature and/or implemented in commercial systems, are based on the idea of determining the cube of interest and then navigating along the dimensions, by increasing or decreasing the level of detail (through the well-known operations of roll-up and drill-down) or selecting specific subparts of the cube (through the operations of slice and dice).

The query languages for multidimensional data support both these standard and additional operations for performance of more sophisticated computations. As is common in the literature, we distinguish among:

  1. languages based on an algebra (usually an extension of the relational one), where queries are expressed by using operators that apply to the tables representing the facts, measures, and dimensions;

  2. languages based on a calculus (again usually an extension of the relational one), where queries are expressed in a more declarative way;

  3. visual languages, usually relying on an underlying algebra, and based on a more interactive and iconic querying paradigm; this is the approach of most commercial OLAP products.

We analyze the characteristics of the main query languages proposed in the literature, along with the specific advantages and drawbacks, also emphasizing the common features. Particularly, we consider:

  1. query languages based on a relational representation of multidimensional data, hence based on extensions of the relational algebra and calculus;

  2. query languages based on specifically designed multidimensional models, usually based on an abstraction of cubes or fact tables, on which the operators of the algebra are applied.

In the case of query languages based on specific models, we show that, while typical OLAP operations are expressed in a very straightforward manner, the expression of typical relational operation can become cumbersome, as well as the capability to symmetrically deal with dimensions and measures. As a consequence, several studies have been focused on minimizing the "impedance mismatch" between relational and multidimensional models.

We also focus on the problem of query evaluation, i.e., on how the query expressed in the chosen language can be translated into an efficient evaluation plan, which retrieves the necessary information and computes the required results. As already stressed in the previous chapter, the choice of a collection of pre-computed results (materialized views) has dramatic consequences on the overall performances of the query evaluation process.

From an abstract point of view, the determination of the evaluation plan can be seen as the process of transforming the source query into an equivalent target one, referring (possibly only) to the materialized views, and it is known in the literature as the query rewriting problem. We present some results on the equivalence and rewriting of aggregate queries that can be used to optimize the evaluation of queries on multidimensional data. We also introduce a formalism, based on the concept of numerical dependencies, allowing the user to formally describe the way measures are obtained, along with the interrelationships among different measures and among measures at different levels of detail.

Finally, we briefly outline how specific techniques of indexing can significantly improve the query evaluation process in a multidimensional context. Unlike in the traditional transactional context, it is shown that the various types of indexes can perform very differently, depending on the type of queries to be computed. In other words there is no best index for OLAP applications, but rather a set of different indexing strategies, that perform well in some cases and are inadequate in others.

The chapter is organized as follows. We begin with a review of the main definitions related to multidimensional querying and introduce a running example which is used throughout the whole chapter. "Key Features of Multidimensional Querying" illustrates the main features of multidimensional queries, particularly the role of aggregation functions and dimensions, as well as the differences between querying on conventional transactional systems and in multidimensional querying environments. The use of the relational model and (possibly extensions of) relational query languages to extract multidimensional data is the focus of "Expressing Multidimensional Queries by Extended Relational Query Languages." The next section is devoted to query languages based on models specifically designed for multidimensional data. Several issues related to the efficient evaluation of multidimensional queries are investigated in "Multidimensional Query Evaluation," particularly the problem of rewriting a query using some materialized views, the efficient computation of cubes and materialized views, and the use of indexing techniques.



Multidimensional Databases(c) Problems and Solutions
Multidimensional Databases: Problems and Solutions
ISBN: 1591400538
EAN: 2147483647
Year: 2003
Pages: 150

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net