Permutable Compiled Queries: Dynamically Adapting Compiled Queries without Recompiling
Summary: Permutable Compiled Queries bridges JIT compilation and adaptive query processing via indirection layers that permit runtime plan changes without recompilation or exhaustive precompiled alternatives. Implemented in an in-memory DBMS, PCQ delivers up to 4× over static plans and 2× over analytic-system baselines. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Prashanth Menon (Carnegie Mellon University)
- 2. Amadou Ngom (Carnegie Mellon University)
- 3. Lin Ma (Carnegie Mellon University)
- 4. Todd C. Mowry (Carnegie Mellon University)
- 5. Andrew Pavlo (Carnegie Mellon University)
BibTeX Citation
@article{menon_vldb21,
title = {{Permutable Compiled Queries: Dynamically Adapting Compiled Queries without Recompiling}},
author = {Menon, Prashanth and Ngom, Amadou and Ma, Lin and Mowry, Todd C. and Pavlo, Andrew},
journal = {PVLDB},
series = {{VLDB} '21},
volume = {14},
number = {2},
pages = {101--113},
doi = {10.14778/3425879.3425882},
url = {https://doi.org/10.14778/3425879.3425882},
year = {2021}
}
Incoming Citations (Sorted by Pagerank)
Showing 11 of 11 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 23 of 23 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 | 9,756 | Efficient Query Re-optimization with Judicious Subquery Selections | 2023 | SIGMOD |
| 2 | 11,361 | Predicting Query Execution time for JIT Compiled Database Engines | 2023 | CIDR |
| 3 | 3,988 | Adaptive Query Processing in the Looking Glass | 2005 | CIDR |
| 4 | 23 | Efficiently Compiling Efficient Query Plans for Modern Hardware | 2011 | VLDB |
| 5 | 3,003 | Configuration-Parametric Query Optimization for Physical Design Tuning | 2008 | SIGMOD |
| 6 | 4,346 | Estimating Compilation Time of a Query Optimizer | 2003 | SIGMOD |
| 7 | 10,343 | APQO: An Adaptive Framework for Parametric Query Optimization | 2026 | SIGMOD |
| 8 | 4,452 | Just-in-time compilation for SQL query processing | 2013 | VLDB |
| 9 | 7,223 | Dynamic Plan Generation for Parameterized Queries | 2009 | SIGMOD |
| 10 | 289 | Optimization of Dynamic Query Evaluation Plans | 1994 | SIGMOD |