AI RESEARCH
Test-Time Optimization of Physical Query Plans with LLMs
arXiv CS.AI
•
ArXi:2602.10387v2 Announce Type: replace-cross Traditional query optimization relies on cost-based optimizers that estimate execution cost (e.g., runtime, memory, and I/O) using predefined heuristics and statistical models. Improving these requires substantial engineering effort, yet they often cannot exploit semantic correlations in queries and schemas that could enable better physical plans. Large language models (LLMs), however, can reason about column semantics, value distributions, and broader domain context that classical statistics miss. We.