Skip to content

Commit e58284e

Browse files
SIGMOD '25 citation (#70)
1 parent af5cc72 commit e58284e

File tree

1 file changed

+45
-11
lines changed

1 file changed

+45
-11
lines changed

README.md

Lines changed: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,30 @@ The first prototype was written by [Patrick Wang](https://github.com/wangpatrick
5656

5757
## Citing This Repository
5858

59-
If you use this repository in an academic paper, please cite:
59+
If you use this repository in an academic paper, please cite one or more of the following based on your usage:
6060

61+
### Reference Implementation (`dbgym`)
62+
```
63+
@inproceedings{10.1145/3722212.3725083,
64+
author = {Wang, Patrick and Lim, Wan Shen and Zhang, William and Arch, Samuel and Pavlo, Andrew},
65+
title = {Automated Database Tuning vs. Human-Based Tuning in a Simulated Stressful Work Environment: A Demonstration of the Database Gym},
66+
year = {2025},
67+
isbn = {9798400715648},
68+
publisher = {Association for Computing Machinery},
69+
address = {New York, NY, USA},
70+
url = {https://doi.org/10.1145/3722212.3725083},
71+
doi = {10.1145/3722212.3725083},
72+
abstract = {Machine learning (ML) has gained traction in academia and industry for database management system (DBMS) automation. Although studies demonstrate that ML-based tuning agents match or exceed human expert performance in optimizing DBMSs, researchers continue to build bespoke tuning pipelines from the ground up. The lack of a reusable infrastructure leads to redundant engineering effort and increased difficulty in comparing modeling methods. This paper demonstrates the database gym framework, a standardized training environment that provides a unified API of pluggable components. The database gym simplifies ML model training and evaluation to accelerate autonomous DBMS research. In this demonstration, we showcase the effectiveness of automated tuning and the gym's ease of use by allowing a human expert to compete against an ML-based tuning agent implemented in the gym.},
73+
booktitle = {Companion of the 2025 International Conference on Management of Data},
74+
pages = {247–250},
75+
numpages = {4},
76+
keywords = {OpenAI gym, automated database tuning, database systems},
77+
location = {Berlin, Germany},
78+
series = {SIGMOD/PODS '25}
79+
}
80+
```
81+
82+
### General Idea (Database Gyms)
6183
```
6284
@inproceedings{lim23,
6385
author = {Lim, Wan Shen and Butrovich, Matthew and Zhang, William and Crotty, Andrew and Ma, Lin and Xu, Peijing and Gehrke, Johannes and Pavlo, Andrew},
@@ -68,18 +90,30 @@ If you use this repository in an academic paper, please cite:
6890
}
6991
```
7092

71-
Additionally, please cite any module-specific paper that is relevant to your use.
72-
73-
**Accelerating Training Data Generation**
74-
93+
### Accelerating Training Data Generation
7594
```
76-
(citation pending)
77-
Boot, appearing at VLDB 2024.
95+
@article{lim24boot,
96+
author = {Lim, Wan Shen and Ma, Lin and Zhang, William and Butrovich, Matthew and Arch, Samuel I and Pavlo, Andrew},
97+
title = {Hit the Gym: Accelerating Query Execution to Efficiently Bootstrap Behavior Models for Self-Driving Database Management Systems},
98+
journal = {Proc. {VLDB} Endow.},
99+
volume = {17},
100+
number = {11},
101+
pages = {3680--3693},
102+
year = {2024},
103+
url = {https://www.vldb.org/pvldb/vol17/p3680-lim.pdf},
104+
}
78105
```
79106

80-
**Simultaneously Tuning Multiple Configuration Spaces with Proto Actions**
81-
107+
### Simultaneously Tuning Multiple Configuration Spaces with Proto Actions
82108
```
83-
(citation pending)
84-
Proto-X, appearing at VLDB 2024.
109+
@article{zhang24holon,
110+
author = {Zhang, William and Lim, Wan Shen and Butrovich, Matthew and Pavlo, Andrew},
111+
title = {The Holon Approach for Simultaneously Tuning Multiple Components in a Self-Driving Database Management System with Machine Learning via Synthesized Proto-Actions},
112+
journal = {Proc. {VLDB} Endow.},
113+
volume = {17},
114+
number = {11},
115+
pages = {3373--3387},
116+
year = {2024},
117+
url = {https://www.vldb.org/pvldb/vol17/p3373-zhang.pdf},
118+
}
85119
```

0 commit comments

Comments
 (0)