Pipelined Query Processing in Coprocessor Environments
Summary: Introduces a compiler strategy that fuses several operations into a single GPU kernel to exploit GPU parallelism for query processing. This fusion dramatically cuts memory traffic and kernel time, with up to 7.5x fewer memory accesses and 9.5x faster kernels than operator-at-a-time. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Henning Funke (Technical University of Dortmund)
- 2. Sebastian Breß (German National Research Center for Information Technology)
- 3. Stefan Noll (Technical University of Dortmund)
- 4. Volker Markl (Technical University of Berlin)
- 5. Jens Teubner (Technical University of Dortmund)
BibTeX Citation
@inproceedings{funke_sigmod18,
title = {{Pipelined Query Processing in Coprocessor Environments}},
author = {Funke, Henning and Breß, Sebastian and Noll, Stefan and Markl, Volker and Teubner, Jens},
series = {{SIGMOD} '18},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3183713.3183734},
url = {https://dl.acm.org/doi/10.1145/3183713.3183734},
year = {2018}
}
Incoming Citations (Sorted by Pagerank)
Showing 39 of 39 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 12 of 12 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 | 3,791 | Hardware-conscious Query Processing in GPU-accelerated Analytical Engines | 2019 | CIDR |
| 2 | 5,807 | Improving Execution Efficiency of Just-in-time Compilation based Query Processing on GPUs | 2021 | VLDB |
| 3 | 1,452 | Fast Computation of Database Operations using Graphics Processors | 2004 | SIGMOD |
| 4 | 2,140 | Revisiting Co-Processing for Hash Joins on the Coupled CPU-GPU Architecture | 2013 | VLDB |
| 5 | 4,585 | Data-Parallel Query Processing on Non-Uniform Data | 2020 | VLDB |
| 6 | 2,504 | Concurrent Analytical Query Processing with GPUs | 2014 | VLDB |
| 7 | 3,471 | In-Cache Query Co-Processing on Coupled CPU-GPU Architectures | 2015 | VLDB |
| 8 | 2,848 | GPL: A GPU-based Pipelined Query Processing Engine | 2016 | SIGMOD |
| 9 | 2,713 | Robust Query Processing in Co-Processor-accelerated Databases | 2016 | SIGMOD |
| 10 | 7,113 | GPUQP: Query Co-Processing Using Graphics Processors | 2007 | SIGMOD |