Skip to content

Commit 5734577

Browse files
authored
Using BibTeX from CMU-DB website (#72)
1 parent c7ad5b4 commit 5734577

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,16 @@ If you use this repository in an academic paper, please cite one or more of the
6060

6161
### Reference Implementation (`dbgym`)
6262
```
63-
@inproceedings{10.1145/3722212.3725083,
63+
@inproceedings{wang25demo,
6464
author = {Wang, Patrick and Lim, Wan Shen and Zhang, William and Arch, Samuel and Pavlo, Andrew},
6565
title = {Automated Database Tuning vs. Human-Based Tuning in a Simulated Stressful Work Environment: A Demonstration of the Database Gym},
6666
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},
7167
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.},
7368
booktitle = {Companion of the 2025 International Conference on Management of Data},
74-
pages = {247250},
69+
pages = {247--250},
7570
numpages = {4},
76-
keywords = {OpenAI gym, automated database tuning, database systems},
77-
location = {Berlin, Germany},
78-
series = {SIGMOD/PODS '25}
71+
series = {SIGMOD/PODS '25},
72+
url = {https://db.cs.cmu.edu/papers/2025/wang-sigmoddemo2025.pdf},
7973
}
8074
```
8175

0 commit comments

Comments
 (0)