English

Can Uncertainty Quantification Improve Learned Index Benefit Estimation?

Databases 2025-09-03 v2 Machine Learning

Abstract

Index tuning is crucial for optimizing database performance by selecting optimal indexes based on workload. The key to this process lies in an accurate and efficient benefit estimator. Traditional methods relying on what-if tools often suffer from inefficiency and inaccuracy. In contrast, learning-based models provide a promising alternative but face challenges such as instability, lack of interpretability, and complex management. To overcome these limitations, we adopt a novel approach: quantifying the uncertainty in learning-based models' results, thereby combining the strengths of both traditional and learning-based methods for reliable index tuning. We propose Beauty, the first uncertainty-aware framework that enhances learning-based models with uncertainty quantification and uses what-if tools as a complementary mechanism to improve reliability and reduce management complexity. Specifically, we introduce a novel method that combines AutoEncoder and Monte Carlo Dropout to jointly quantify uncertainty, tailored to the characteristics of benefit estimation tasks. In experiments involving sixteen models, our approach outperformed existing uncertainty quantification methods in the majority of cases. We also conducted index tuning tests on six datasets. By applying the Beauty framework, we eliminated worst-case scenarios and more than tripled the occurrence of best-case scenarios.

Keywords

Cite

@article{arxiv.2410.17748,
  title  = {Can Uncertainty Quantification Improve Learned Index Benefit Estimation?},
  author = {Tao Yu and Zhaonian Zou and Hao Xiong},
  journal= {arXiv preprint arXiv:2410.17748},
  year   = {2025}
}

Comments

15 pages, 9 figures

R2 v1 2026-06-28T19:32:42.661Z