2 مستودعات
Optimization techniques that utilize database metadata and live sampling to recommend structural changes.
Distinct from Schema Integrity Analysis: Candidates focus on retrieval, autocompletion, or AI prompts rather than performance-driven schema recommendations.
Explore 2 awesome GitHub repositories matching data & databases · Schema-Aware Performance Optimization. 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
Integrates live database sampling and metadata analysis to recommend specific index additions or structural changes.
SQLAdvisor هو أداة لضبط أداء قواعد البيانات والتوصية بالفهارس مصممة لتقليل زمن استجابة الاستعلامات. يعمل كمحسن استعلامات يحلل أنماط تنفيذ SQL لتحديد الفهارس المفقودة وتقديم نصائح عملية لتحسين الأداء. يركز النظام على الإدارة الآلية للفهارس وضبط استعلامات قاعدة البيانات. يحدد الأسباب الجذرية لاستجابات قاعدة البيانات البطيئة ويوصي بأكثر الفهارس فعالية لتحسين سرعات استرجاع البيانات. تشمل قدراته تحليل أشجار تحليل SQL وأنماط الربط، باستخدام نموذج التكلفة والاختيارات القائمة على الاستدلال لتحديد أولويات الفهارس. تدمج الأداة التحسين المدرك للمخطط لتجنب توصيات الفهارس المتكررة مع تقليل تكاليف المسح.
Integrates existing table definitions and index metadata to prevent the recommendation of redundant or overlapping indexes.