loading...
Minimizing I/O Costs of Multi-Dimensional Queries with Bitmap Indices
Vienna, Austria July 03-July 05
DOI Bookmark: http://doi.ieeecomputersociety.org/10.1109/SSDBM.2006.3318th International Conference on Scie ...
 This Article 
 
PDF
HTML
 
 Share 
   
 Bibliographic References 
   
 Add to: 
 
Digg
Furl
Spurl
Blink
Simpy
Google
Del.icio.us
Y!MyWeb
 
 Search 
   
Doron Rotem, Lawrence Berkeley National Laboratory, UC Berkeley
Kurt Stockinger, Lawrence Berkeley National Laboratory, UC Berkeley
Kesheng Wu, Lawrence Berkeley National Laboratory, UC Berkeley

Bitmap indices have been widely used in scientific applications and commercial systems for processing complex, multi-dimensional queries where traditional tree-based indices would not work efficiently. A common approach for reducing the size of a bitmap index for high cardinality attributes is to group ranges of values of an attribute into bins and then build a bitmap for each bin rather than a bitmap for each value of the attribute. Binning reduces storage costs, however, results of queries based on bins often require additional filtering for discarding false positives, i.e., records in the result that do not satisfy the query constraints. This additional filtering, also known as candidate checking, requires access to the base data on disk and involves significant I/O costs.

This paper studies strategies for minimizing the I/O costs for candidate checking for multi-dimensional queries. This is done by determining the number of bins allocated for each dimension and then placing bin boundaries in optimal locations. Our algorithms use knowledge of data distribution and query workload. We derive several analytical results concerning optimal bin allocation for a probabilistic query model. Our experimental evaluation with real life data shows an average I/O cost improvement of at least a factor of 10 for multi-dimensional queries on datasets from two different applications. Our experiments also indicate that the speedup increases with the number of query dimensions.

Citation:
Doron Rotem, Kurt Stockinger, Kesheng Wu, "Minimizing I/O Costs of Multi-Dimensional Queries with Bitmap Indices," ssdbm, pp.33-44, 18th International Conference on Scientific and Statistical Database Management (SSDBM'06), 2006
Usage of this product signifies your acceptance of the Terms of Use.


Suggestions