FASTgres: Making Learned Query Optimizer Hinting Effective
Summary: FASTgres uses context-aware learned classification to predict effective PostgreSQL optimizer hint sets, rather than replacing the cost model or optimizer. Across benchmarks and PostgreSQL versions, it delivers transparent, consistent gains—up to 3.25× lower runtime—by steering plan selection. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Lucas Woltmann (Technical University of Dresden)
- 2. Jerome Thiessat (Technical University of Dresden)
- 3. Claudio Hartmann (Technical University of Dresden)
- 4. Dirk Habich (Technical University of Dresden)
- 5. Wolfgang Lehner (Technical University of Dresden)
BibTeX Citation
@article{woltmann_vldb23,
title = {{FASTgres: Making Learned Query Optimizer Hinting Effective}},
author = {Woltmann, Lucas and Thiessat, Jerome and Hartmann, Claudio and Habich, Dirk and Lehner, Wolfgang},
journal = {PVLDB},
series = {{VLDB} '23},
volume = {16},
number = {11},
pages = {3310--3322},
doi = {10.14778/3611479.3611528},
url = {https://doi.org/10.14778/3611479.3611528},
year = {2023}
}
Incoming Citations (Sorted by Pagerank)
Showing 13 of 13 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 19 of 19 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 | 11,103 | RankPQO: Learning-to-Rank for Parametric Query Optimization | 2025 | VLDB |
| 2 | 11,290 | Presto’s History-based Query Optimizer | 2024 | VLDB |
| 3 | 9,971 | Athena: An Effective Learning-based Framework for Query Optimizer Performance Improvement | 2025 | SIGMOD |
| 4 | 8,163 | Learned Offline Query Planning via Bayesian Optimization | 2025 | SIGMOD |
| 5 | 7,448 | Interactive Plan Hints for Query Optimization | 2009 | SIGMOD |
| 6 | 11,035 | Hint-QPT: Hints for Robust Query Performance Tuning | 2025 | VLDB |
| 7 | 9,756 | Efficient Query Re-optimization with Judicious Subquery Selections | 2023 | SIGMOD |
| 8 | 4,929 | AutoSteer: Learned Query Optimization for Any SQL Database | 2023 | VLDB |
| 9 | 6,543 | Speeding Up End-to-end Query Execution via Learning-based Progressive Cardinality Estimation | 2023 | SIGMOD |
| 10 | 2,762 | Cost-based or Learning-based? A Hybrid Query Optimizer for Query Plan Selection | 2022 | VLDB |