paper-with-me

Papers

Training-Free Query Optimization via LLM-Based Plan Similarity

2025-06-06 · Nikita Vasilenko, Alexander Demin, Vladimir Boorlakov

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.

📄 PDF Abstract BibTeX arXiv:2506.05853

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

HINT An unsupervised approach for identifying Hierarchical Information Threads by analysing the network of related articles in a collection. In particular, HINT leverages article…

Similar Papers 제목 키워드 기반

Anomaly as Non-Conformity via Training-Free Graph Laplacian Energy Minimization

2026-05-27 · Jungwook Seo, Minjeong Kim, Younkwan Lee, Seungho Shin 외 arxiv

Detecting subtle visual anomalies in images remains challenging, particularly when only normal samples are available a priori. Such unsupervised anomaly detection is typically solved by measuring feature similarity of a …

Unsupervised Anomaly Detection

Scaling and compressing melodies using geometric similarity measures

2022-09-19 · Luis Evaristo Caraballo, José Miguel Díaz-Báñez, Fabio Rodríguez, Vanesa Sánchez-Canales 외

Melodic similarity measurement is of key importance in music information retrieval. In this paper, we use geometric matching techniques to measure the similarity between two melodies. We represent music as sets of points…

Audio CompressionGeometric MatchingInformation RetrievalMusic Information Retrieval+1

Fast Real-time Counterfactual Explanations

2020-07-11 · Yunxia Zhao

Counterfactual explanations are considered, which is to answer {\it why the prediction is class A but not B.} Different from previous optimization based methods, an optimization-free Fast ReAl-time Counterfactual Explana…

counterfactualCounterfactual ExplanationImage-to-Image TranslationTranslation

Approximate Lifted Inference with Probabilistic Databases

2014-12-02 · Wolfgang Gatterbauer, Dan Suciu

This paper proposes a new approach for approximate evaluation of #P-hard queries with probabilistic databases. In our approach, every query is evaluated entirely in the database engine by evaluating a fixed number of que…

REBASE: Reference-Background Subspace Elimination for Training-Free In-Context Segmentation

2026-07-10 · Mantha Sai Gopal, Jaison Saji Chacko, Harsh Nandwana, Sandesh Hegde 외 arxiv

Training-free in-context segmentation enables new object categories to be introduced at inference time from a single annotated reference image, eliminating the retraining and memory overhead of class-incremental learning…

class-incremental learningSemantic correspondence