awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Query Performance Analyzers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesQuery Performance Analyzers

Tools for visualizing and evaluating the execution plans of database queries.

Distinguishing note: Focuses on performance analysis and optimization rather than query execution itself.

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

  1. Home
  2. Data & Databases
  3. Query Performance Analyzers

Awesome Query Performance Analyzers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • dbeaver/dbeaver

    dbeaver/dbeaver

    48,740View on GitHub↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    Analyzes query performance by viewing the generated tree of execution steps to estimate optimization.

    Javaaicopilotdatabase
    48,740View on GitHub↗
  • prisma/prisma

    prisma/prisma

    45,355View on GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    Identifies and resolves slow queries through automated suggestions to improve application speed and database efficiency.

    TypeScriptcockroachdbdatabasejavascript
    45,355View on GitHub↗