2007
DOI: 10.1145/1272743.1272746
|View full text |Cite
|
Sign up to set email alerts
|

Multi-resolution bitmap indexes for scientific data

Abstract: The unique characteristics of scientific data and queries cause traditional indexing techniques to perform poorly on scientific workloads, occupy excessive space, or both. Refinements of bitmap indexes have been proposed previously as a solution to this problem. In this article, we describe the difficulties we encountered in deploying bitmap indexes with scientific data and queries from two real-world domains. In particular, previously proposed methods of binning, encoding, and compressing bitmap vectors eithe… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
31
0

Year Published

2008
2008
2020
2020

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 75 publications
(31 citation statements)
references
References 31 publications
0
31
0
Order By: Relevance
“…Sinha and Winslet [31] successfully demonstrate parallelizable strategies for binning and encoding bitmap indexes, compressing bitmap vectors, and answering selection queries with compressed bitmap vectors. The content of their work focuses on supporting bitmap use in a highly parallel environment of multiple loosely-coupled, shared-nothing systems.…”
Section: Related Bitmap Index Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Sinha and Winslet [31] successfully demonstrate parallelizable strategies for binning and encoding bitmap indexes, compressing bitmap vectors, and answering selection queries with compressed bitmap vectors. The content of their work focuses on supporting bitmap use in a highly parallel environment of multiple loosely-coupled, shared-nothing systems.…”
Section: Related Bitmap Index Workmentioning
confidence: 99%
“…For this reason, our new Data Parallel Bin-based Indexing Strategy (DP-BIS) follows the general structure of a binned bitmap index. Unfortunately, bitmap compression strategies, even the parallelizable strategies of Sinha and Winslet [31], do not support enough concurrency to take advantage of the thread-level parallelism offered by tightly-coupled architectures like GPUs. Thus one of the first objectives in our work is to develop a compression strategy, based upon the binning techniques of the binned bitmap index, that supports high levels of concurrency and reduces the amount of data required to answer a query.…”
Section: Related Bitmap Index Workmentioning
confidence: 99%
“…They are designed to answer one-sided and two-sided range queries efficiently. The three basic encoding schemes can also be composed into multi-level and multi-component encodings [6,31,42]. One well-known example of a multi-component encoding is the binary encoding scheme [39,23], where the jth bitmap of the index represents the value 2 j .…”
Section: Indexing Techniques For Structured Datamentioning
confidence: 99%
“…Bitmap indexes are known as the most effective indexing methods for conducting range queries on append-only data. Many different bitmap indexes have been proposed in the relevant literature [35,27,42,36,16,43,10,8]. Chan et al presented a general framework to study the design space of bitmap indexes for selection queries and for examining the disk-space and time characteristics that the various alternative index choices offer [8].…”
Section: Introductionmentioning
confidence: 99%
“…Yoon et al proposed a bitmap-indexing scheme for speeding up the access control for the XML documents [43]. Sinha et al proposed a multi-resolution, parallelizable bitmap index, which supports a fine-grained trade-off between storage requirements and query performance [36]. Sinha et al introduced adaptive bitmap indexes, which conform to space limits while dynamically adapting to the query load and these indexes provide excellent performance [35].…”
Section: Introductionmentioning
confidence: 99%