Proceedings of the 1979 ACM SIGMOD International Conference on Management of Data - SIGMOD '79 1979
DOI: 10.1145/582095.582099
|View full text |Cite
|
Sign up to set email alerts
|

Access path selection in a relational database management system

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
332
0
7

Year Published

1988
1988
2021
2021

Publication Types

Select...
7
1

Relationship

0
8

Authors

Journals

citations
Cited by 1,403 publications
(339 citation statements)
references
References 11 publications
0
332
0
7
Order By: Relevance
“…However, in our case we make calls into the database to extract costs by leveraging Explain Plan and the LEADING hint. The complexity of Algorithm 1 is O(2n) (where n is the number of tables); which is the same as the classic algorithm for query optimization [11], so our approach scales in a similar fashion. Even though this is exponential, OLTP queries typically don't operate on over more than ten tables.…”
Section: Join Order Enumerationmentioning
confidence: 99%
See 2 more Smart Citations
“…However, in our case we make calls into the database to extract costs by leveraging Explain Plan and the LEADING hint. The complexity of Algorithm 1 is O(2n) (where n is the number of tables); which is the same as the classic algorithm for query optimization [11], so our approach scales in a similar fashion. Even though this is exponential, OLTP queries typically don't operate on over more than ten tables.…”
Section: Join Order Enumerationmentioning
confidence: 99%
“…The identity of the inner relation and the set of tables comprising the outer relation uniquely determine the estimated best cost for an individual join operator. This is true regardless of the in which the outer relation was derived [11]. For convenience in our presentation, we call this information the operator's id, because we use it to represent an operator in the BIP.…”
Section: Join Order Enumerationmentioning
confidence: 99%
See 1 more Smart Citation
“…Since their rows and columns may contain different values, i.e., different f loor and ceiling attributes, we first align their rows and columns. .size} by the containment assumption [14], which states that each individual value in a smaller set always matches some value from the larger set. It is a common assumption in the literature on size estimation.…”
Section: Size Estimates For Unionmentioning
confidence: 99%
“…Aus diesem Grund ist es sehr schwierig, Selektivitäten für Prädikate anzugeben, um die Größe von Zwischenergebnissen abschätzen zu können. Daher müssen Defaultwerte für Selektivitäten, wie in [16] aufgeführt, herangezogen werden.…”
Section: Kostenmodellunclassified