DBAIApr 8

AI-Driven Research for Databases

arXiv:2604.0656665.51 citationsh-index: 4
Predicted impact top 14% in DB · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the evaluation bottleneck for AI-driven database optimization, enabling practical deployment of automated code generation for next-generation data systems, though it is incremental in applying co-evolution to a specific domain.

The paper tackles the challenge of evaluating AI-generated database optimizations by co-evolving evaluators with solutions, resulting in novel algorithms that outperform state-of-the-art baselines, such as a query rewrite policy achieving up to 6.8x lower latency.

As the complexity of modern workloads and hardware increasingly outpaces human research and engineering capacity, existing methods for database performance optimization struggle to keep pace. To address this gap, a new class of techniques, termed AI-Driven Research for Systems (ADRS), uses large language models to automate solution discovery. This approach shifts optimization from manual system design to automated code generation. The key obstacle, however, in applying ADRS is the evaluation pipeline. Since these frameworks rapidly generate hundreds of candidates without human supervision, they depend on fast and accurate feedback from evaluators to converge on effective solutions. Building such evaluators is especially difficult for complex database systems. To enable the practical application of ADRS in this domain, we propose automating the design of evaluators by co-evolving them with the solutions. We demonstrate the effectiveness of this approach through three case studies optimizing buffer management, query rewriting, and index selection. Our automated evaluators enable the discovery of novel algorithms that outperform state-of-the-art baselines (e.g., a deterministic query rewrite policy that achieves up to 6.8x lower latency), demonstrating that addressing the evaluation bottleneck unlocks the potential of ADRS to generate highly optimized, deployable code for next-generation data systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes