2003
DOI: 10.1007/978-3-540-39403-7_19
|View full text |Cite
|
Sign up to set email alerts
|

Hierarchical Bitmap Index: An Efficient and Scalable Indexing Technique for Set-Valued Attributes

Abstract: Abstract. Set-valued attributes are convenient to model complex objects occurring in the real world. Currently available database systems support the storage of set-valued attributes in relational tables but contain no primitives to query them efficiently. Queries involving set-valued attributes either perform full scans of the source data or make multiple passes over single-value indexes to reduce the number of retrieved tuples. Existing techniques for indexing set-valued attributes (e.g., inverted files, sig… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
12
0

Year Published

2005
2005
2011
2011

Publication Types

Select...
5
1
1

Relationship

0
7

Authors

Journals

citations
Cited by 24 publications
(12 citation statements)
references
References 15 publications
0
12
0
Order By: Relevance
“…We suggest that a new storage structure will be appropriate because we can use the existing data and gathered statistics during previous operations on existing storage structures to make better decisions for the next appropriate storage structure selection. Previously published results from Bender et al [6], Chen et al [10], and Morzy et al [21] also motivate our decision for the use of hierarchically-organized storage structures.…”
Section: Problem Statement and Motivationmentioning
confidence: 97%
See 1 more Smart Citation
“…We suggest that a new storage structure will be appropriate because we can use the existing data and gathered statistics during previous operations on existing storage structures to make better decisions for the next appropriate storage structure selection. Previously published results from Bender et al [6], Chen et al [10], and Morzy et al [21] also motivate our decision for the use of hierarchically-organized storage structures.…”
Section: Problem Statement and Motivationmentioning
confidence: 97%
“…Morzy et al in [21] proposed a hierarchical bitmap index for indexing set-valued attributes. Later, Chmiel et al in [11] extended that concept to present hierarchically-organized bitmap indexes for indexing dimensional data.…”
Section: Related Workmentioning
confidence: 99%
“…In this context, one commonly used approach has been to employ a bitmap called a 'signature' that is similar to a Bloom filter but typically does not explore the use of multiple hash functions [9,26,25]. Also, without access to a TCAM, one has to resort to linear search of all the bitmaps, which is clearly prohibitively expensive.…”
Section: Set Queries In Databasesmentioning
confidence: 99%
“…For example, database researchers have studied set query problems in order to facilitate efficient querying on set-valued attributes and in the context of data mining tasks [25,24,26,9]. They also occur in many information retrieval problems -in one, we are required to find a set of documents containing the set of query words, and in another, we are required to find if a document is a subset of the set of documents in the corpus.…”
Section: Introductionmentioning
confidence: 99%
“…This problem has been studied by the database community in various guises, e.g., similarity search [11] and set joins on similarity predicates [15]. Specific solutions advocate the use of signature trees [7], hierarchical bitmap indices [10], and locality sensitive hashing [4], especially the technique of minwise independent permutations [2] that is particularly geared toward the Jaccard's coefficient. In this paper, we combine an AD-tree data structure [9] with the signature tables [1] approach for efficient similarity search in categorical data.…”
Section: Data Structuresmentioning
confidence: 99%