ACM Home Page
Please provide us with feedback. Feedback
Fast and dynamic OLAP exploration using UDFs
Full text PdfPdf (488 KB)
Source
International Conference on Management of Data archive
Proceedings of the 35th SIGMOD international conference on Management of data table of contents
Providence, Rhode Island, USA
DEMONSTRATION SESSION: Demonstration session: group C table of contents
Pages 1087-1090  
Year of Publication: 2009
ISBN:978-1-60558-551-2
Authors
Zhibo Chen  University of Houston, Houston, TX, USA
Carlos Ordonez  University of Houston, Houston, TX, USA
Carlos Garcia-Alvarado  University of Houston, Houston, TX, USA
Sponsors
ACM: Association for Computing Machinery
SIGMOD: ACM Special Interest Group on Management of Data
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 27,   Downloads (12 Months): 84,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1559845.1559989
What is a DOI?

ABSTRACT

OLAP is a set of database exploratory techniques to efficiently retrieve multiple sets of aggregations from a large dataset. Generally, these techniques have either involved the use of an external OLAP server or required the dataset to be exported to a specialized OLAP tool for more efficient processing. In this work, we show that OLAP techniques can be performed within a modern DBMS without external servers or the exporting of datasets, using standard SQL queries and UDFs. The main challenge of such approach is that SQL and UDFs are not as flexible as the C language to explore the OLAP lattice and therefore it is more difficult to develop optimizations. We compare three different ways of performing OLAP exploration: plain SQL queries, a UDF implementing a lattice structure, and a UDF programming the star cube structure. We demonstrate how such methods can be used to efficiently explore typical OLAP datasets.



Collaborative Colleagues:
Zhibo Chen: colleagues
Carlos Ordonez: colleagues
Carlos Garcia-Alvarado: colleagues