2012
DOI: 10.1109/tkde.2011.73
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Iceberg Query Evaluation Using Compressed Bitmap Index

Abstract: Decision support and knowledge discovery systems often compute aggregate values of interesting attributes by processing a huge amount of data in very large databases and/or warehouses. In particular, iceberg query is a special type of aggregation query that computes aggregate values above a user-provided threshold. Usually, only a small number of results will satisfy the threshold constraint. Yet, the results often carry very important and valuable business insights. Because of the small result set, iceberg qu… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
34
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
4
3

Relationship

0
7

Authors

Journals

citations
Cited by 29 publications
(34 citation statements)
references
References 22 publications
0
34
0
Order By: Relevance
“…Bin He et al [1], proposed an efficient vector alignment algorithm by exploiting the property of bitmap indices. This algorithm completely solves an empty bitwise-AND results problem by pruning the bitmaps whose resultants are zero vectors.…”
Section: Bitmap Indicesmentioning
confidence: 99%
See 2 more Smart Citations
“…Bin He et al [1], proposed an efficient vector alignment algorithm by exploiting the property of bitmap indices. This algorithm completely solves an empty bitwise-AND results problem by pruning the bitmaps whose resultants are zero vectors.…”
Section: Bitmap Indicesmentioning
confidence: 99%
“…The deferred XOR strategy in GS [1] further prunes the bitmaps whose cardinality is not more than threshold after every AND operation. This is possible by deferring the XOR operations from the suite of AND operation.…”
Section: Bitmap Indicesmentioning
confidence: 99%
See 1 more Smart Citation
“…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%
“…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]. He et al developed a bitmap pruning strategy for processing the iceberg query, which is a special type of aggregation query that computes aggregate values above a user-provided threshold [16]. Fusco et al proposed a compressed bitmap index approach that significantly reduces both CPU load and disk consumption [10].…”
Section: Introductionmentioning
confidence: 99%