ANNE: An Efficient Framework on View Selection Problem

Yong Yan,Peng Wang,Chen Wang,Haofeng Zhou,Wei Wang,Baile Shi
DOI: https://doi.org/10.1007/978-3-540-24655-8_41
2004-01-01
Abstract:ROLAP is used to answer queries for analysis support on the data stored in the data warehouse. To fulfill this purpose rapidly and correctly, ROLAP always precompute some views in the data warehouse. However, selecting views to materialize is an NP-hard problem. Some previous works, such as the Greedy Algorithm, BPUS and PBS, have focused on it with high time complexity, which is exponential with the number of dimensions. It leads poor performance even for mid-size datasets. This paper introduces a framework ANNE in which any above algorithm can be applied to solve the problem several orders of magnitude faster than the algorithm itself, while maintaining almost the same effect.
What problem does this paper attempt to address?