We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Sort-Merge-Join
Sort-Merge Join
Although the sort-merge join performs very well once the inputs are sorted, it is hardly used because sorting both sides is very expensive.
Obwohl der Sort-Merge-Join sehr gute Performance liefert, sobald beide Seiten sortiert sind, wird er kaum benutzt, weil das Sortieren sehr aufwendig ist.
Sort-Merge Join - Like a zipper on two sorted sets
Sort-Merge Join - Wie ein Zipverschluss auf sortierten Daten
Oracle can only perform a sort-merge join for an equijoin. To perform a sort-merge join, Oracle follows these steps
Both sides of the join must be sorted by the join predicates. A sort-merge join needs the same indexes as the hash join, that is an index for the independent conditions to read all candidate records in one shot.
Dafür müssen beide Seiten nach den Join-Spalten vorsortiert sein. Ein Sort-Merge-Join benötigt dieselbe Indizierung wie ein Hash-Join. Also Indizes auf den unabhängigen Prädikaten, um alle potenziell passenden Einträge in einem Zug zu lesen.
Three fundamental algorithms for performing a join operation exist: nested loop join, sort-merge join and hash join.
Die drei fundamentalen Algorithmen für Join-Operation lauten: Nested Loop-Join, Sort-Merge Join und Hash-Join.
Other results
Actual SQL implementations normally use other approaches, such as hash joins or sort-merge joins, since computing the Cartesian product is slower and would often require a prohibitively large amount of memory to store.
Gegenwärtige SQL-Umsetzungen verwenden für gewöhnlich Ansätze wie Hash-Join oder Sort-Merge-Join, da das Berechnen eines kartesischen Produkts viel langsamer wäre und zu viel Arbeitsspeicher benötigte.
MySQL does not support sort-merge joins at all.
MySQL hat keinen Sort-Merge-Join.
Merge Semi-Join - This method uses a sort merge semi-join which causes Oracle to preserve the semantics of the subquery.
Merge-Semi-Join - Bei dieser Methode wird ein Sort-Merge-Semi-Join verwendet, der Oracle veranlasst, die Semantik der Unterabfrage beizubehalten.
Both sides of the join must be presorted. See also "Sort Merge"
Beide Tabellen müssen vorsortiert sein. Siehe „Sort-Merge".
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "Sort-Merge Join" in English