Go to file
dvanaken 7b962c4065 Updated parser classes to not cache knob/metric catalogs and replaced all queries that filter for numeric metrics with the new MetricType.numeric() method. 2020-01-13 17:21:56 -05:00
.travis Fixed docker tag for base image in travis 2019-12-11 00:40:06 +01:00
client Fixed bugs and improved logging in config recommendation tasks/views 2020-01-08 15:29:31 -05:00
docker Cleanup old celery processes in docker/start.sh 2020-01-13 17:21:56 -05:00
script added create_knob_settings.py script to pylint exclude list 2020-01-09 03:23:06 -05:00
server Updated parser classes to not cache knob/metric catalogs and replaced all queries that filter for numeric metrics with the new MetricType.numeric() method. 2020-01-13 17:21:56 -05:00
.dockerignore Changes: when we deploy our docker images we now also build/deploy the internal driver image; fixed .dockerignore; moved integration test data into the driver; fixed cast in oracle db_time target objective. 2019-12-04 17:27:05 -05:00
.gitignore Initial commit with BSL 2019-08-23 11:47:19 -04:00
.gitlint.yaml The Oracle collector now prepends the view name to each metric to avoid overwriting metrics from different views with the same names 2019-11-18 13:04:14 -05:00
.travis.yml Adjusted background task time 2019-12-05 20:46:02 -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.