Relaxed Operator Fusion for In-Memory Databases: Making Compilation, Vectorization, and Prefetching Work Together At Last
Summary: Introduces relaxed operator fusion, strategically staging JIT-compiled plans to reconcile SIMD vectorization and software prefetching across operators. Implemented in Peloton, it accelerates cache-resident-challenging OLAP workloads up to 2.2× and outperforms HyPer and Actian Vector. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Prashanth Menon (Carnegie Mellon University)
- 2. Todd C. Mowry (Carnegie Mellon University)
- 3. Andrew Pavlo (Carnegie Mellon University)
BibTeX Citation
@article{menon_vldb18,
title = {{Relaxed Operator Fusion for In-Memory Databases: Making Compilation, Vectorization, and Prefetching Work Together At Last}},
author = {Menon, Prashanth and Mowry, Todd C. and Pavlo, Andrew},
journal = {PVLDB},
series = {{VLDB} '18},
volume = {11},
number = {1},
pages = {1--13},
doi = {10.14778/3136610.3136611},
url = {https://doi.org/10.14778/3136610.3136611},
year = {2018}
}
Incoming Citations (Sorted by Pagerank)
Showing 39 of 39 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 20 of 20 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 | 932 | Buffering Database Operations for Enhanced Instruction Cache Performance | 2004 | SIGMOD |
| 2 | 6,255 | Elastic Pipelining in an In-Memory Database Cluster | 2016 | SIGMOD |
| 3 | 3,471 | In-Cache Query Co-Processing on Coupled CPU-GPU Architectures | 2015 | VLDB |
| 4 | 3,292 | Compacting Transactional Data in Hybrid OLTP&OLAP Databases | 2012 | VLDB |
| 5 | 5,807 | Improving Execution Efficiency of Just-in-time Compilation based Query Processing on GPUs | 2021 | VLDB |
| 6 | 23 | Efficiently Compiling Efficient Query Plans for Modern Hardware | 2011 | VLDB |
| 7 | 2,597 | The MemSQL Query Optimizer: A modern optimizer for real-time analytics in a distributed database | 2016 | VLDB |
| 8 | 5,536 | Database Processing-in-Memory: An Experimental Study | 2020 | VLDB |
| 9 | 12,051 | Vectorizing an In Situ Query Engine | 2016 | SIGMOD |
| 10 | 8,625 | QPPT: Query Processing on Prefix Trees | 2013 | CIDR |