Hash joins and hash teams in Microsoft SQL Server
Summary: MS SQL Server uses hash-based algorithms for joins, semi-joins, grouping, and set operations, unifying many techniques into a single implementation. It introduces hash teams, a previously vaguely described technique that adds ordering-like benefits to hash processing, and discusses memory management in bushy plans with multiple hash and sort operators, plus performance on two typical queries. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Goetz Graefe
- 2. Ross Bunker
- 3. Shaun Cooper
BibTeX Citation
@article{graefe_vldb98,
title = {{Hash joins and hash teams in Microsoft SQL Server}},
author = {Graefe, Goetz and Bunker, Ross and Cooper, Shaun},
journal = {PVLDB},
series = {{VLDB} '98},
year = {1998}
}
Incoming Citations (Sorted by Pagerank)
Showing 12 of 12 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 10 of 10 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 6,207 | The 3D Hash Join: Building On Non-Unique Join Attributes | 2022 | CIDR |
| 2 | 5,663 | Early Hash Join: A Configurable Algorithm for the Efficient and Early Production of Join Results | 2005 | VLDB |
| 3 | 1,779 | An Adaptive Hash Join Algorithm for Multiuser Environments | 1990 | VLDB |
| 4 | 80 | Hashing Methods and Relational Algebra Operations | 1984 | VLDB |
| 5 | 3,011 | Design and Evaluation of Parallel Pipelined Join Algorithms | 1987 | SIGMOD |
| 6 | 2,470 | Hash-Based Join Algorithms for Multiprocessor Computers with Shared Memory | 1990 | VLDB |
| 7 | 209 | Sort vs. Hash Revisited: Fast Join Implementation on Modern Multi-Core CPUs | 2009 | VLDB |
| 8 | 904 | Tradeoffs in Processing Complex Join Queries via Hashing in Multiprocessor Database Machines | 1990 | VLDB |
| 9 | 360 | Design and Evaluation of Main Memory Hash Join Algorithms for Multi-core CPUs | 2011 | SIGMOD |
| 10 | 5,443 | Generalized Hash Teams for Join and Group-by | 1999 | VLDB |