LEAP: A Low-cost Spark SQL Query Optimizer using Pairwise Comparison
Summary: LEAP is the first learned optimizer tailored to Spark SQL, avoiding unsupported physical-operator enumeration. It uses estimation-free pairwise plan comparisons and progressive, pruned enumeration, cutting native-optimizer execution time by up to 54%. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
No non-self incoming citations found for this paper in this database.
Authors
- 1. Junhao Ye (Zhejiang University)
- 2. Jiahui Li (Zhejiang University)
- 3. Lu Chen (Zhejiang University)
- 4. Yuren Mao (Zhejiang Key Laboratory of Big Data Intelligent Computing; Zhejiang University)
- 5. Yunjun Gao (Zhejiang Key Laboratory of Big Data Intelligent Computing; Zhejiang University)
- 6. Tianyi Li (Aalborg University)
BibTeX Citation
@article{ye_vldb25,
title = {{LEAP: A Low-cost Spark SQL Query Optimizer using Pairwise Comparison}},
author = {Ye, Junhao and Li, Jiahui and Chen, Lu and Mao, Yuren and Gao, Yunjun and Li, Tianyi},
journal = {PVLDB},
series = {{VLDB} '25},
volume = {18},
number = {3},
pages = {675--687},
doi = {10.14778/3712221.3712234},
url = {https://doi.org/10.14778/3712221.3712234},
year = {2025}
}
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 27 of 27 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 | 2,420 | Lero: A Learning-to-Rank Query Optimizer | 2023 | VLDB |
| 2 | 5,059 | Steering Query Optimizers: A Practical Take on Big Data Workloads | 2021 | SIGMOD |
| 3 | 4,575 | Conjunctive Queries with Comparisons | 2022 | SIGMOD |
| 4 | 6,088 | How Good are Learned Cost Models, Really? Insights from Query Optimization Tasks | 2025 | SIGMOD |
| 5 | 5,394 | Leveraging Query Logs and Machine Learning for Parametric Query Optimization | 2022 | VLDB |
| 6 | 5,573 | Eraser: Eliminating Performance Regression on Learned Query Optimizer | 2024 | VLDB |
| 7 | 10,508 | Practical Parameterized Query Optimization via Efficient Plan Reuse and List-wise Ranking | 2026 | SIGMOD |
| 8 | 9,167 | Dynamic Speculative Optimizations for SQL Compilation in Apache Spark | 2020 | VLDB |
| 9 | 2,762 | Cost-based or Learning-based? A Hybrid Query Optimizer for Query Plan Selection | 2022 | VLDB |
| 10 | 8,615 | A Spark Optimizer for Adaptive, Fine-Grained Parameter Tuning | 2024 | VLDB |