English

Automated Database Indexing using Model-free Reinforcement Learning

Databases 2024-04-12 v1 Artificial Intelligence

Abstract

Configuring databases for efficient querying is a complex task, often carried out by a database administrator. Solving the problem of building indexes that truly optimize database access requires a substantial amount of database and domain knowledge, the lack of which often results in wasted space and memory for irrelevant indexes, possibly jeopardizing database performance for querying and certainly degrading performance for updating. We develop an architecture to solve the problem of automatically indexing a database by using reinforcement learning to optimize queries by indexing data throughout the lifetime of a database. In our experimental evaluation, our architecture shows superior performance compared to related work on reinforcement learning and genetic algorithms, maintaining near-optimal index configurations and efficiently scaling to large databases.

Keywords

Cite

@article{arxiv.2007.14244,
  title  = {Automated Database Indexing using Model-free Reinforcement Learning},
  author = {Gabriel Paludo Licks and Felipe Meneguzzi},
  journal= {arXiv preprint arXiv:2007.14244},
  year   = {2024}
}

Comments

8 pages, 5 figures (some have subfigures), 1 table

R2 v1 2026-06-23T17:27:57.903Z