IRIDIA - Supplementary Information (ISSN: 2684-2041)

Supplementary material for the paper:

Automatic configuration of the Cassandra database using irace

Moisés Silva-Muñoz, Alberto Franzin, and Hugues Bersini (December 2020)


Table of Contents
  1. Abstract
  2. Supplementary material
  3. Code repository

Abstract

Database systems play a central role in modern data-centered applications. Their performance is thus a key factor in the efficiency of data processing pipelines. Modern database systems expose several parameters that users and database administrators can configure to tailor the database settings to the specific application considered. While this task has traditionally been performed manually, in the last years several methods have been proposed to automatically find the best parameter configuration for a database. Many of these methods, however, use statistical models that require high amounts of data and fail to represent all the factors that impact the performance of a database, or implement complex algorithmic solutions. In this work we study the potential of a simple model-free general-purpose configuration tool to automatically find the best parameter configuration of a database. We use the irace configurator to automatically find the best parameter configuration for the Cassandra NoSQL database using the YCBS benchmark under different scenarios. We establish a reliable experimental setup and obtain speedups of up to 30% over the default configuration in terms of throughput, and we provide an analysis of the configurations obtained.

Supplementary material

PDF with additional experiments

Code repository

The material to reproduce the experiments and the raw data is available in a Github Repository.