Relation-Aware Bayesian Optimization of DBMS Configurations Guided by Affinity Scores
Sein Kwon, Seulgi Baek, Hyunseo Yang, Youngwan Jo, Sanghyun Park

TL;DR
This paper introduces RelTune, a relation-aware Bayesian optimization framework for DBMS configuration tuning that models parameter dependencies with GNNs and uses affinity scores for improved performance, achieving faster convergence and better results.
Contribution
RelTune is the first to incorporate relational graphs and GNN-based embeddings into Bayesian optimization for DBMS tuning, addressing parameter dependencies and high-dimensional search challenges.
Findings
RelTune outperforms traditional BO methods in convergence speed.
RelTune achieves higher optimization efficiency across multiple DBMSs.
Experimental results show state-of-the-art performance in diverse scenarios.
Abstract
Database Management Systems (DBMSs) are fundamental for managing large-scale and heterogeneous data, and their performance is critically influenced by configuration parameters. Effective tuning of these parameters is essential for adapting to diverse workloads and maximizing throughput while minimizing latency. Recent research has focused on automated configuration optimization using machine learning; however, existing approaches still exhibit several key limitations. Most tuning frameworks disregard the dependencies among parameters, assuming that each operates independently. This simplification prevents optimizers from leveraging relational effects across parameters, limiting their capacity to capture performancesensitive interactions. Moreover, to reduce the complexity of the high-dimensional search space, prior work often selects only the top few parameters for optimization,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Cloud Computing and Resource Management · Data Quality and Management
