1995
DOI: 10.1145/211990.212001
|View full text |Cite
|
Sign up to set email alerts
|

Multi-table joins through bitmapped join indices

Abstract: This technical note shows how to combine some well-known techniques to create a method that will efficiently execute common multi-table joins. We concentrate on a commonly occurring type of join known as a star-join, although the method presented will generalize to any type of multi-

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

2
102
0
6

Year Published

2002
2002
2019
2019

Publication Types

Select...
4
4
1

Relationship

0
9

Authors

Journals

citations
Cited by 225 publications
(110 citation statements)
references
References 1 publication
2
102
0
6
Order By: Relevance
“…If a tuple does not belong to the context relation R B , we must set its corresponding bits in the vectors to 0. In fact, logic bit vector operations easily allow us to integrate the proposed techniques with bitmap index-based solutions for selection conditions [21,22,16] and join queries [24].…”
Section: Dealing With Boolean Conditionsmentioning
confidence: 99%
See 1 more Smart Citation
“…If a tuple does not belong to the context relation R B , we must set its corresponding bits in the vectors to 0. In fact, logic bit vector operations easily allow us to integrate the proposed techniques with bitmap index-based solutions for selection conditions [21,22,16] and join queries [24].…”
Section: Dealing With Boolean Conditionsmentioning
confidence: 99%
“…The synthetic table can be viewed as the results after such conditions are applied. To obtain the results, the approach of using bitmap index has been well-studied and is shown to be very efficient for range selections and star-joins [24,16,21,22]. In Section 5.1.4 we have discussed how to integrate with such techniques.…”
Section: Join Queriesmentioning
confidence: 99%
“…Following the publication of O'Neil's seminal paper on bitmap indexes [20], there has been a number of publications on the subject [5,6,7,15,18,22,21,26,32,39,38,37]. In addition, there are a number of techniques from closely related indexing techniques which can be easily adapted to bitmap indexes as well, such as inverted files [31] and signature files [11,40].…”
Section: Reviewmentioning
confidence: 99%
“…Also related to our work are Bloom filters [4] and bit-map join indices [10] as ways of efficiently computing joins with the aid of pre-computation. Additionally, and closer related, are the techniques of hash teams [6] and generalized hash teams [8], in which the objective is to minimize the number of performed operations in hash-based evaluation plans by sharing computation and hash table storage space.…”
Section: Related Workmentioning
confidence: 99%