1 dépôt
Analysis of database explain plans to detect inefficient access types and key usage patterns.
Distinct from Tool Execution Inspection: Shortlist candidates [f1_mt1, f1_mt2] refer to AI tool calls or system telemetry gadgets, not database query execution plans.
Explore 1 awesome GitHub repository matching data & databases · Execution Plan Analysis. Refine with filters or upvote what's useful.
Soar is a suite of specialized tools designed for analyzing MySQL performance, advising on indexing, and optimizing SQL syntax. It functions as a performance analyzer, index advisor, and query optimizer to identify bottlenecks and suggest structural improvements for faster execution. The project distinguishes itself through a system for rewriting SQL statements into optimized equivalent versions using custom heuristic rules and patterns. It also features a dedicated index advisor that evaluates query patterns and database metadata to recommend the creation of new indexes. Its broader capabil
The tool inspects explain output to detect performance warnings based on access types and key usage.