Section 01
OBELISK: A Smart Query Optimization System Combining Bayesian Optimization and LLM Reasoning
OBELISK is an offline query planning framework for databases that integrates Bayesian optimization and large language model (LLM) reasoning. Its core goal is to generate high-quality query execution plan configurations using historical data and LLM's reasoning ability, thereby significantly improving the performance of complex SQL queries. Key components include Guider (Bayesian optimization engine) and ConfigurationReasoner (LLM-based reasoning module). The project is open-source under MIT License, maintained by DaSECandyLab, and available on GitHub.