RELOAD:一种面向数据库系统的鲁棒且高效的基于学习的查询优化器 / RELOAD: A Robust and Efficient Learned Query Optimizer for Database Systems
1️⃣ 一句话总结
这篇论文提出了一种名为RELOAD的新型智能查询优化器,它通过改进学习算法,在保证优化质量的同时,显著提升了优化过程的稳定性和训练效率,解决了现有基于强化学习的优化器性能不稳定、训练耗时长的问题,使其更适用于实际的数据库系统。
Recent advances in query optimization have shifted from traditional rule-based and cost-based techniques towards machine learning-driven approaches. Among these, reinforcement learning (RL) has attracted significant attention due to its ability to optimize long-term performance by learning policies over query planning. However, existing RL-based query optimizers often exhibit unstable performance at the level of individual queries, including severe performance regressions, and require prolonged training to reach the plan quality of expert, cost-based optimizers. These shortcomings make learned query optimizers difficult to deploy in practice and remain a major barrier to their adoption in production database systems. To address these challenges, we present RELOAD, a robust and efficient learned query optimizer for database systems. RELOAD focuses on (i) robustness, by minimizing query-level performance regressions and ensuring consistent optimization behavior across executions, and (ii) efficiency, by accelerating convergence to expert-level plan quality. Through extensive experiments on standard benchmarks, including Join Order Benchmark, TPC-DS, and Star Schema Benchmark, RELOAD demonstrates up to 2.4x higher robustness and 3.1x greater efficiency compared to state-of-the-art RL-based query optimization techniques.
RELOAD:一种面向数据库系统的鲁棒且高效的基于学习的查询优化器 / RELOAD: A Robust and Efficient Learned Query Optimizer for Database Systems
这篇论文提出了一种名为RELOAD的新型智能查询优化器,它通过改进学习算法,在保证优化质量的同时,显著提升了优化过程的稳定性和训练效率,解决了现有基于强化学习的优化器性能不稳定、训练耗时长的问题,使其更适用于实际的数据库系统。
源自 arXiv: 2604.14725