AMAZe: A Multi-Agent Zero-shot Index Advisor for Relational Databases
Zhaodonghui Li, Haitao Yuan, Jiachen Shi, Hao Zhang, Yu Rong, Gao Cong

TL;DR
AMAZe introduces a multi-agent, zero-shot LLM-based framework for index recommendation in relational databases, outperforming existing heuristic, learning-based, and prompt-based methods in efficiency and accuracy.
Contribution
This paper presents AMAZe, a novel multi-agent, zero-shot approach using LLMs for index recommendation, eliminating the need for training data or demonstrations.
Findings
Achieves state-of-the-art performance in index recommendation.
Outperforms existing methods in efficiency and inference quality.
Demonstrates strong zero-shot generalization across workloads and schemas.
Abstract
Index recommendation is one of the most important problems in database management system (DBMS) optimization. Given queries and certain index-related constraints, traditional methods rely on heuristic optimization or learning-based models to select effective indexes and improve query performance. However, heuristic optimization suffers from high computation time, and learning-based models lose generalisability due to training for different workloads and database schemas. With the recent rapid development of large language models (LLMs), methods using prompt tuning have been proposed to enhance the efficiency of index selection. However, such methods still can not achieve the state-of-the-art (SOTA) results, and preparing the index selection demonstrations is also resource-intensive. To address these issues, we propose AMAZe, a zero-shot LLM-based index advisor with a multi-agent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Data Mining Algorithms and Applications
