awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索博客网站地图
项目关于媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.com博客
分类

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • clickhouse/clickhouseClickHouse 的头像

    ClickHouse/ClickHouse

    48,229在 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
    在 GitHub 上查看↗48,229
  • pola-rs/polarspola-rs 的头像

    pola-rs/polars

    38,855在 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
    在 GitHub 上查看↗38,855
  • prql/prqlPRQL 的头像

    PRQL/prql

    10,703在 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
    在 GitHub 上查看↗10,703
  • xiaomi/soarXiaoMi 的头像

    XiaoMi/soar

    8,770在 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
    在 GitHub 上查看↗8,770
  1. Home
  2. Data & Databases
  3. Query Analysis Tools