Go to file
dvanaken abbc589880 removed invalid field 2019-11-08 05:49:19 -05:00
client Added backdoor functions for creating/editing/deleting users/projects/sessions in the website and driver. 2019-11-08 05:49:19 -05:00
docker integration test in travis 2019-11-03 15:10:32 -05:00
integrationTests/data add integration test 2019-11-03 15:10:32 -05:00
script Added backdoor functions for creating/editing/deleting users/projects/sessions in the website and driver. 2019-11-08 05:49:19 -05:00
server removed invalid field 2019-11-08 05:49:19 -05:00
.dockerignore Initial commit with BSL 2019-08-23 11:47:19 -04:00
.gitignore Initial commit with BSL 2019-08-23 11:47:19 -04:00
.gitlint.yaml Testing gitlint 2019-10-24 00:54:38 -04:00
.travis.yml fix typo in travis 2019-11-03 15:10:32 -05:00
LICENSE Initial commit with BSL 2019-08-23 11:47:19 -04:00
README.md Initial commit with BSL 2019-08-23 11:47:19 -04:00

README.md

OtterTune

Build Status codecov.io

OtterTune is a new tool developed by students and researchers in the Carnegie Mellon Database Group that can automatically find good settings for a database management system's configuration knobs. The goal is to make it easier for anyone to deploy a DBMS without any expertise in database administration. To tune new DBMS deployments, OtterTune reuses training data gathered from previous tuning sessions. Because OtterTune does not need to generate an initial dataset for training its ML models, tuning time is drastically reduced.

For more information, see our paper.

@inproceedings{vanaken17,
  author = {Van Aken, Dana and Pavlo, Andrew and Gordon, Geoffrey J. and Zhang, Bohan},
  title = {Automatic Database Management System Tuning Through Large-scale Machine Learning},
  booktitle = {Proceedings of the 2017 ACM International Conference on Management of Data},
  series = {SIGMOD '17},
  year = {2017},
  pages = {1009--1024},
  numpages = {16},
 }

Contributors

See the people page for the full list of contributors.