1992
DOI: 10.1145/128762.128764
|View full text |Cite
|
Sign up to set email alerts
|

Join processing in relational databases

Abstract: BIBLIOGRAPHY to combine tu~les when thev have the same course number and offering number values. The resulting tuples would contain all the offering data, as well as all the student data.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
144
0
5

Year Published

1999
1999
2022
2022

Publication Types

Select...
4
3
2

Relationship

0
9

Authors

Journals

citations
Cited by 326 publications
(149 citation statements)
references
References 67 publications
0
144
0
5
Order By: Relevance
“…A good example, which applies in this case, is the so-called hash-join (see e.g. [26]). The idea is to avoid enumerating all of allFaculty × allStudents when there are few matches.…”
Section: This Paper Makes the Following Contributionsmentioning
confidence: 99%
See 1 more Smart Citation
“…A good example, which applies in this case, is the so-called hash-join (see e.g. [26]). The idea is to avoid enumerating all of allFaculty × allStudents when there are few matches.…”
Section: This Paper Makes the Following Contributionsmentioning
confidence: 99%
“…Even if he/she had appreciated the value of using a hash join, the optimal ordering (i.e. whether to map from names to Faculty or from names to Students) depends upon the relative number of students and faculty (mapping to the smaller is generally the best choice [26]). Of course, a clever programmer could still obtain optimal performance by manually enumerating all possible orderings and including a runtime check to select the best one.…”
Section: This Paper Makes the Following Contributionsmentioning
confidence: 99%
“…Zawiera on formuły umożliwiające oszacowanie liczebności zbioru wynikowego operacji złączenia i rozmiaru rekordu w zbiorze wynikowym oraz kosztu operacji złączenia przy zastosowaniu algorytmu pętli zagnieżdżonych (ang. nested loops join) [11] i kosztu operacji przesyłu danych (w przypadku danych rozproszonych).…”
Section: Analiza Problemu Optymalizacyjnegounclassified
“…-Nested-Loop Join [11]: Given inputs sorted on the join attribute(s), the tuples are read from either R or S in turn and to find which ones is S or R (respectively) match. -Merge Join [11]: Given inputs sorted on the join attribute(s), the tuples are read from either R or S in turn and to find which ones is S or R (respectively) match. -Index Nested-Loop Join [4]: Each R-tuple is read in turn and its joint attribute(s) are then used to search an index on S and retrieve the tuples that match.…”
Section: Technical Contextmentioning
confidence: 99%