Section 01
Cascade-Opt: An Innovative Middleware Integrating LLM Inference Cost into Database Query Optimization
Cascade-Opt is a database optimizer middleware. Its core innovation lies in treating LLM inference cost and latency as first-class constraints in query compilation, addressing the pain point that traditional database optimizers do not consider the high cost and latency of LLMs, opening up a new direction for AI-driven database query optimization. This project has been open-sourced on GitHub.