An inquiry into machine learning-based automatic configuration tuning services on real-world database management systems

Dana Van Aken,Dongsheng Yang,Sebastien Brillard,Ari Fiorino,Bohan Zhang,Christian Bilien,Andrew Pavlo
DOI: https://doi.org/10.14778/3450980.3450992
IF: 2.5
2021-03-01
Proceedings of the VLDB Endowment
Abstract:Modern database management systems (DBMS) expose dozens of configurable knobs that control their runtime behavior. Setting these knobs correctly for an application's workload can improve the performance and efficiency of the DBMS. But because of their complexity, tuning a DBMS often requires considerable effort from experienced database administrators (DBAs). Recent work on automated tuning methods using machine learning (ML) have shown to achieve better performance compared with expert DBAs. These ML-based methods, however, were evaluated on synthetic workloads with limited tuning opportunities, and thus it is unknown whether they provide the same benefit in a production environment. To better understand ML-based tuning, we conducted a thorough evaluation of ML-based DBMS knob tuning methods on an enterprise database application. We use the OtterTune tuning service to compare three state-of-the-art ML algorithms on an Oracle installation with a real workload trace. Our results with OtterTune show that these algorithms generate knob configurations that improve performance by 45% over enterprise-grade configurations. We also identify deployment and measurement issues that were overlooked by previous research in automated DBMS tuning services.
computer science, information systems, theory & methods
What problem does this paper attempt to address?