微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
SAGE: A Unified Algebra and Self-Adaptive Execution for AI Functions in SQL
RSS 官方收录 · 可信分层展示
关键摘要
arXiv:2608.…
- 20630v1 Announce Type: new Abstract: SQL systems increasingly expose A…
- Despite their diverse APIs, these functions play only three relational…
- We present SAGE (Self-Adaptive Generative Execution), a unified logica…
摘要引擎:抽取
正文提要
arXiv:2608.20630v1 Announce Type: new Abstract: SQL systems increasingly expose AI functions for tasks such as classification, extraction, filtering, ranking, retrieval, joining, and summarization. Despite their diverse APIs, these functions play only three relational roles: transforming individual rows, aggregating groups, or generating relationships between row pairs. We present SAGE (Self-Adaptive Generative Execution), a unified logical and physical framework that captures these roles with three typed primitives, AI_SCALAR, AI_AGG, and AI_JOIN, and composes them naturally with standard relational operators. All primitives share a confidence-gated execution interface while supporting physical strategies tailored to their relational shape. The main challenge is AI_JOIN, where SAGE analyzes the predicate, decomposes compound conditions when possible, and uses a recipe card together with a small label-free probe to select among complete execution strategies. Across a broad audit of public AI operators and evaluations spanning scalar, aggregate, and join workloads, this formulation covers common AI functionality while consistently improving execution quality and efficiency. SAGE achieves the strongest overall SemBench performance and, on a representative factorable join, reduces pairwise model calls by more than two orders of magnitude, yielding a 358-fold measured cost reduction.