How to Architect a Query Compiler
Summary: Proposes a multi-DSL, multi-stage lowering architecture for query compilers to replace monolithic template expanders. Leverages PL/compiler ideas to build modular DSL stacks with staged lowering, enabling richer optimizations and easier maintenance; demonstrated by recreating a classic query compiler. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Amir Shaikhha (EPFL)
- 2. Yannis Klonatos (EPFL)
- 3. Lionel Parreaux (EPFL)
- 4. Lewis Brown (EPFL)
- 5. Mohammad Dashti (EPFL)
- 6. Christoph Koch (EPFL)
BibTeX Citation
@inproceedings{shaikhha_sigmod16,
title = {{How to Architect a Query Compiler}},
author = {Shaikhha, Amir and Klonatos, Yannis and Parreaux, Lionel and Brown, Lewis and Dashti, Mohammad and Koch, Christoph},
series = {{SIGMOD} '16},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/2882903.2915244},
url = {https://dl.acm.org/doi/10.1145/2882903.2915244},
year = {2016}
}
Incoming Citations (Sorted by Pagerank)
Showing 28 of 28 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 14 of 14 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 | 13,247 | Attributed Grammars for Query Language Translations (Extended Abstract) | 1983 | PODS |
| 2 | 8,636 | Adaptive Code Generation for Data-Intensive Analytics | 2021 | VLDB |
| 3 | 13,040 | Investigation of Algebraic Query Optimisation for Database Programming Languages | 1994 | VLDB |
| 4 | 8,057 | Architecting a Query Compiler for Spatial Workloads | 2020 | SIGMOD |
| 5 | 10,008 | Towards Unifying Query Interpretation and Compilation | 2023 | CIDR |
| 6 | 4,452 | Just-in-time compilation for SQL query processing | 2013 | VLDB |
| 7 | 534 | Building Efficient Query Engines in a High-Level Language | 2014 | VLDB |
| 8 | 5,376 | Evolution of a Compiling Query Engine | 2021 | VLDB |
| 9 | 2,488 | How to Architect a Query Compiler, Revisited | 2018 | SIGMOD |
| 10 | 4,215 | Designing an Open Framework for Query Optimization and Compilation | 2022 | VLDB |