awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesMySQL Performance Analyzers

Tools specialized in interpreting MySQL-specific execution plans to detect inefficiencies.

Distinct from MySQL Compatibility: Candidates focus on backups, sinks, or proxies, not on the analysis of MySQL execution plans.

Explore 2 awesome GitHub repositories matching data & databases · MySQL Performance Analyzers. Refine with filters or upvote what's useful.

Awesome MySQL Performance Analyzers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • xiaomi/soarAvatar de XiaoMi

    XiaoMi/soar

    8,770Ver en GitHub↗

    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

    Interprets MySQL execution plans and explain output to detect inefficient access types and key usage.

    Goadvisorauditorcommand-line
    Ver en GitHub↗8,770
  • h2pl/javatutorialAvatar de h2pl

    h2pl/JavaTutorial

    7,129Ver en GitHub↗

    JavaTutorial is a specialized knowledge base and set of study guides focused on backend engineering, the Java ecosystem, distributed systems, and database internals. It serves as a technical reference for engineers, providing structured learning paths and curated content designed for Java backend developer interview preparation. The resource distinguishes itself through deep-dive analyses of internal mechanics, including JVM memory management, garbage collection algorithms, and the internal architecture of the Spring Framework. It provides detailed studies on database internals specifically f

    Provides a detailed study of MySQL storage engines and index implementations to optimize performance.

    Java
    Ver en GitHub↗7,129
  1. Home
  2. Data & Databases
  3. MySQL Performance Analyzers

Explorar subetiquetas

  • Internal Architecture ReferencesDetailed technical references for database storage engines and transaction isolation levels. **Distinct from MySQL Performance Analyzers:** Provides structural reference material for study rather than a tool for analyzing active execution plans.
  • Internal Mechanics AnalysisDeep-dive studies of storage engines, indexing, and transaction isolation to optimize database performance. **Distinct from MySQL Performance Analyzers:** Focuses on the conceptual study of internals rather than using a performance analysis tool.