awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesQuery Analysis Tools

Utilities for inspecting, visualizing, and optimizing database execution plans to identify performance bottlenecks.

Distinguishing note: Focuses specifically on the diagnostic visualization of query execution plans rather than general database management or storage.

Explore 4 awesome GitHub repositories matching data & databases · Query Analysis Tools. Refine with filters or upvote what's useful.

Awesome Query Analysis Tools GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • clickhouse/clickhouseAvatar ClickHouse

    ClickHouse/ClickHouse

    48,229Vezi pe GitHub↗

    ClickHouse is a high-performance, columnar analytical database designed for real-time query execution and large-scale data aggregation. It functions as a distributed data warehouse capable of processing petabytes of information, while also providing an embedded engine that integrates directly into applications for native query capabilities without external dependencies. The system is built to handle high-throughput ingestion and complex analytical workloads, delivering millisecond-level latency for interactive dashboards and operational monitoring. The platform distinguishes itself through ad

    Visualizes database execution plans to identify performance bottlenecks and optimize query efficiency without executing the queries.

    C++aianalyticsbig-data
    Vezi pe GitHub↗48,229
  • pola-rs/polarsAvatar pola-rs

    pola-rs/polars

    38,855Vezi pe GitHub↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Displays the physical steps of a query to help developers debug performance and optimize bottlenecks.

    Rustarrowdataframedataframe-library
    Vezi pe GitHub↗38,855
  • prql/prqlAvatar PRQL

    PRQL/prql

    10,703Vezi pe GitHub↗

    PRQL is a functional, modular data transformation language that serves as a compiler for relational data pipelines. It allows developers to write expressive, pipelined queries that are translated into standard SQL dialects. By abstracting complex data manipulation into a readable, sequential syntax, the project enables the construction of maintainable workflows that remain independent of specific database engines. The language distinguishes itself through a robust compilation infrastructure that performs type validation and relational algebra analysis before generating target-specific code. I

    Exposes internal query representations like logical plans to assist in debugging and compilation analysis.

    Rustdatapipelinesql
    Vezi pe GitHub↗10,703
  • xiaomi/soarAvatar XiaoMi

    XiaoMi/soar

    8,770Vezi pe 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 detailed database execution plans to identify and explain performance bottlenecks.

    Goadvisorauditorcommand-line
    Vezi pe GitHub↗8,770
  1. Home
  2. Data & Databases
  3. Query Analysis Tools