Sciweavers

2 search results - page 1 / 1
» Hash Joins and Hash Teams in Microsoft SQL Server
Sort
View
VLDB
1998
ACM
121views Database» more  VLDB 1998»
13 years 8 months ago
Hash Joins and Hash Teams in Microsoft SQL Server
The query execution engine in Microsoft SQL Server employs hash-based algorithms for inner and outer joins, semi-joins, set operations (such as intersection), grouping, and duplic...
Goetz Graefe, Ross Bunker, Shaun Cooper
VLDB
1999
ACM
107views Database» more  VLDB 1999»
13 years 8 months ago
The Value of Merge-Join and Hash-Join in SQL Server
Microsoft SQL Server was successful for many years for transaction processing and decision support workloads with neither merge join nor hash join, relying entirely on nested loop...
Goetz Graefe