English

Tempo: Robust and Self-Tuning Resource Management in Multi-tenant Parallel Databases

Databases 2017-03-29 v1

Abstract

Multi-tenant database systems have a component called the Resource Manager, or RM that is responsible for allocating resources to tenants. RMs today do not provide direct support for performance objectives such as: "Average job response time of tenant A must be less than two minutes", or "No more than 5% of tenant B's jobs can miss the deadline of 1 hour." Thus, DBAs have to tinker with the RM's low-level configuration settings to meet such objectives. We propose a framework called Tempo that brings simplicity, self-tuning, and robustness to existing RMs. Tempo provides a simple interface for DBAs to specify performance objectives declaratively, and optimizes the RM configuration settings to meet these objectives. Tempo has a solid theoretical foundation which gives key robustness guarantees. We report experiments done on Tempo using production traces of data-processing workloads from companies such as Facebook and Cloudera. These experiments demonstrate significant improvements in meeting desired performance objectives over RM configuration settings specified by human experts.

Keywords

Cite

@article{arxiv.1512.00757,
  title  = {Tempo: Robust and Self-Tuning Resource Management in Multi-tenant Parallel Databases},
  author = {Zilong Tan and Shivnath Babu},
  journal= {arXiv preprint arXiv:1512.00757},
  year   = {2017}
}

Comments

14 pages, 12 figures, 2 tables

R2 v1 2026-06-22T11:59:45.340Z