Track Join: Distributed Joins with Minimal Network Traffic
Summary: Track Join is a join algorithm that minimizes network traffic by generating an optimal transfer schedule per join key. It tunes CPU-network trade-offs, adapts to locality, and, on real workloads, outperforms hash join on the most expensive queries. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Orestis Polychroniou (Columbia University)
- 2. Rajkumar Sen (Oracle)
- 3. Kenneth A. Ross (Columbia University)
BibTeX Citation
@inproceedings{polychroniou_sigmod14,
title = {{Track Join: Distributed Joins with Minimal Network Traffic}},
author = {Polychroniou, Orestis and Sen, Rajkumar and Ross, Kenneth A.},
series = {{SIGMOD} '14},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/2558555.2610521},
url = {https://dl.acm.org/doi/10.1145/2558555.2610521},
year = {2014}
}
Incoming Citations (Sorted by Pagerank)
Showing 20 of 20 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 18 of 18 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,596 | Near-Optimal Distributed Band-Joins through Recursive Partitioning | 2020 | SIGMOD |
| 2 | 6,157 | Similarity Join over Array Data | 2016 | SIGMOD |
| 3 | 1,650 | Some Experimental Results on Distributed Join Algorithms in a Local Network | 1985 | VLDB |
| 4 | 5,587 | Distributed GPU Joins on Fast RDMA-capable Networks | 2023 | SIGMOD |
| 5 | 11,132 | Topology-aware Parallel Joins | 2024 | PODS |
| 6 | 892 | Rack-Scale In-Memory Join Processing using RDMA | 2015 | SIGMOD |
| 7 | 12,090 | Let's Rethink Join Optimization in Distributed Systems | 2015 | CIDR |
| 8 | 2,926 | Distributed Join Algorithms on Thousands of Cores | 2017 | VLDB |
| 9 | 3,011 | Design and Evaluation of Parallel Pipelined Join Algorithms | 1987 | SIGMOD |
| 10 | 1,320 | From Theory to Practice: Efficient Join Query Evaluation in a Parallel Database System | 2015 | SIGMOD |