Large language model (LLM) embeddings offer a promising new avenue for database query optimization. In this paper, we explore how pre-trained execution plan embeddings can guide SQL query execution without the need for additional model training. We introduce LLM-PM (LLM-based Plan Mapping), a framework that embeds the default execution plan of a query, finds its k nearest neighbors among previously executed plans, and recommends database hintsets based on neighborhood voting. A lightweight consistency check validates the selected hint, while a fallback mechanism searches the full hint space when needed. Evaluated on the JOB-CEB benchmark using OpenGauss, LLM-PM achieves an average speed-up of 21% query latency reduction. This work highlights the potential of LLM-powered embeddings to deliver practical improvements in query performance and opens new directions for training-free, embedding-based optimizer guidance systems.
Journal
The Bulletin of Irkutsk State University. Series Mathematics
DBMS
Training-Free Query Optimization via LLM-Based Plan Similarity
PaperarXiv:2506.05853
Cite this paper
Training-Free Query Optimization via LLM-Based Plan Similarity
@inproceedings{vasilenko2026planmapping,
title = {Training-Free Query Optimization via LLM-Based Plan Similarity},
author = {Nikita Vasilenko and Alexander Demin and Vladimir Burlakov},
booktitle = {The Bulletin of Irkutsk State University. Series Mathematics},
year = {2026},
doi = {10.26516/1997-7670.2026.56.113},
url = {https://arxiv.org/abs/2506.05853}
}