GenJoin: Conditional Generative Plan-to-Plan Query Optimizer that Learns from Subplan Hints
Summary: GenJoin treats optimization as a conditional generative plan-to-plan task, learning from random subplan hints to shrink the search space. Outperforms PostgreSQL and state-of-the-art methods on two real-world benchmarks across diverse workloads, with rigorous ML evaluation. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
No non-self incoming citations found for this paper in this database.
Authors
- 1. Pavel Sulimov (Zurich University of Applied Sciences)
- 2. Claude Lehmann (Zurich University of Applied Sciences)
- 3. Kurt Stockinger (Zurich University of Applied Sciences)
BibTeX Citation
@inproceedings{sulimov_sigmod26,
title = {{GenJoin: Conditional Generative Plan-to-Plan Query Optimizer that Learns from Subplan Hints}},
author = {Sulimov, Pavel and Lehmann, Claude and Stockinger, Kurt},
series = {{SIGMOD} '26},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3749165},
url = {https://dl.acm.org/doi/10.1145/3749165},
year = {2026}
}
Incoming Citations (Sorted by Pagerank)
Showing 0 of 0 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 25 of 25 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 | 5,399 | Efficient Massively Parallel Join Optimization for Large Queries* | 2022 | SIGMOD |
| 2 | 7,809 | Can Large Language Models Be Query Optimizer for Relational Databases? | 2026 | SIGMOD |
| 3 | 1,286 | Adaptive Optimization of Very Large Join Queries | 2018 | SIGMOD |
| 4 | 6,593 | Simple Adaptive Query Processing vs. Learned Query Optimizers: Observations and Analysis | 2023 | VLDB |
| 5 | 6,271 | Is Your Learned Query Optimizer Behaving As You Expect? A Machine Learning Perspective | 2024 | VLDB |
| 6 | 11,103 | RankPQO: Learning-to-Rank for Parametric Query Optimization | 2025 | VLDB |
| 7 | 5,169 | LearnedSQLGen: Constraint-aware SQL Generation using Reinforcement Learning | 2022 | SIGMOD |
| 8 | 3,158 | Solving the Join Ordering Problem via Mixed Integer Linear Programming | 2017 | SIGMOD |
| 9 | 9,756 | Efficient Query Re-optimization with Judicious Subquery Selections | 2023 | SIGMOD |
| 10 | 2,762 | Cost-based or Learning-based? A Hybrid Query Optimizer for Query Plan Selection | 2022 | VLDB |