# Results for "query performance analyzers"

> AI-ranked search results for `query performance analyzers` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 117 total matches; showing the top 6.

Explore on the web: https://awesome-repositories.com/q/query-performance-analyzers

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/query-performance-analyzers).**

## Results

- [xiaomi/soar](https://awesome-repositories.com/repository/xiaomi-soar.md) (8,770 ⭐) — 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
- [meituan-dianping/sqladvisor](https://awesome-repositories.com/repository/meituan-dianping-sqladvisor.md) (5,619 ⭐) — SQLAdvisor is a database performance tuner and index recommendation tool designed to reduce query latency. It functions as a query optimizer that analyzes SQL execution patterns to identify missing indexes and provide actionable performance optimization advice.

The system focuses on automated index management and database query tuning. It identifies the root causes of slow database responses and recommends the most effective indexes to improve data retrieval speeds.

Its capabilities include analyzing SQL parse trees and join patterns, using cost-model and heuristic-based selections to priori
- [ankane/pghero](https://awesome-repositories.com/repository/ankane-pghero.md) (8,880 ⭐) — PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring database metrics, analyzing query performance, and managing active connections across multiple database instances.

The project distinguishes itself by recording query and storage statistics over time, enabling historical trend analysis through a time-range slider. It also identifies missing indexes by analyzing query patterns and integrates with cloud provider APIs to retrieve system-level hardware statistics such as CPU and IOPS.

The tool's broader capabilities cover process admi
- [hhyo/archery](https://awesome-repositories.com/repository/hhyo-archery.md) (6,929 ⭐) — Archery is a suite of specialized utilities for database schema migration, SQL audit and review, mapping parsing, and performance analysis. It functions as a centralized platform for reviewing, executing, and auditing SQL queries across multiple database environments through controlled workflows.

The platform includes a mapping parser that converts XML files into readable SQL statements to simplify the review of application-generated queries. It also provides tools for parsing slow query logs and analyzing execution patterns to optimize database indexes and speeds.

The system covers broad da
- [percona/percona-toolkit](https://awesome-repositories.com/repository/percona-percona-toolkit.md) (1,507 ⭐) — Percona Toolkit: a collection of advanced open source command-line tools.
- [flyerhzm/bullet](https://awesome-repositories.com/repository/flyerhzm-bullet.md) (7,327 ⭐) — Bullet is an Active Record performance monitor and query profiler for Ruby on Rails applications. It serves as a diagnostic utility to identify inefficient database access patterns, flag redundant requests, and suggest eager loading strategies to improve response times.

The tool specifically detects N+1 queries, missing counter caches, and unused eager loading. It monitors these patterns across both standard web requests and background jobs, identifying records that are fetched but never accessed to reduce memory usage and query overhead.

Analysis is supported by a system that intercepts dat
