awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

47 रिपॉजिटरी

Awesome GitHub RepositoriesQuery Performance Monitors

Tools that analyze database logs and execution statistics to identify bottlenecks and optimize query efficiency.

Distinguishing note: Focuses specifically on database query analysis and execution metrics rather than general system-wide infrastructure monitoring.

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

Awesome Query Performance Monitors GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • clickhouse/clickhouseClickHouse का अवतार

    ClickHouse/ClickHouse

    48,229GitHub पर देखें↗

    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

    Tracks query execution statistics and resource consumption to identify and optimize long-running database operations.

    C++aianalyticsbig-data
    GitHub पर देखें↗48,229
  • iovisor/bcciovisor का अवतार

    iovisor/bcc

    22,459GitHub पर देखें↗

    BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It functions as a performance analysis tool and debugging utility to capture system events, measure kernel latency, and provide network observability. The project distinguishes itself by providing a build system that integrates with LLVM to compile C-like code into BPF bytecode at runtime. It utilizes BPF Type Format data for relocations to maintain cross-kernel compatibility and extracts kernel headers to ensure the generated programs match the specific kernel version. The toolkit co

    Produces histograms of execution times for database queries to identify performance bottlenecks.

    C
    GitHub पर देखें↗22,459
  • vitessio/vitessvitessio का अवतार

    vitessio/vitess

    20,788GitHub पर देखें↗

    Vitess is a database clustering system for horizontal scaling of MySQL. It functions as a middleware layer that abstracts complex sharding and physical topology, allowing applications to interact with a distributed database environment through a unified interface. By intercepting and routing SQL queries across multiple shards, it enables large-scale data management while maintaining the appearance of a single database instance. The platform distinguishes itself through its ability to perform online schema migrations and distributed transaction coordination without requiring application downti

    Inspects SQL execution plans and statement behavior to optimize database performance and identify bottlenecks in distributed environments.

    Gocncfdatabase-clusterkubernetes
    GitHub पर देखें↗20,788
  • knex/knexknex का अवतार

    knex/knex

    20,300GitHub पर देखें↗

    Knex is a multi-dialect database client that provides a programmatic SQL query builder, a connection pool manager, and a versioned schema migration tool. It enables programmatic database interaction across multiple SQL engines, including PostgreSQL, MySQL, SQLite3, SQL Server, CockroachDB, and Oracle. The project distinguishes itself through a fluent interface for constructing complex SQL statements and a dedicated framework for database seeding. It utilizes specialized dialects to translate generic query representations into database-specific syntax while maintaining a consistent API across

    Allows adding comments to generated SQL statements to link executions back to application source code.

    JavaScript
    GitHub पर देखें↗20,300
  • barryvdh/laravel-debugbarbarryvdh का अवतार

    barryvdh/laravel-debugbar

    19,242GitHub पर देखें↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    Ships a visual logger that analyzes database execution statistics to optimize query efficiency.

    PHP
    GitHub पर देखें↗19,242
  • dapperlib/dapperDapperLib का अवतार

    DapperLib/Dapper

    18,331GitHub पर देखें↗

    Dapper is a lightweight object-relational mapper for .NET that functions as a high-performance data access library. It operates by extending standard database connection interfaces, allowing developers to execute raw SQL queries while automating the mapping of database results to strongly-typed objects. The library distinguishes itself through its use of runtime code generation, which creates high-performance instructions to map database rows to object properties with minimal overhead. It provides flexible data retrieval options, supporting both memory-buffered loading for speed and row-by-ro

    Tracks execution time of database commands to identify performance bottlenecks.

    C#ado-netdappersql
    GitHub पर देखें↗18,331
  • tj/git-extrastj का अवतार

    tj/git-extras

    18,076GitHub पर देखें↗

    git-extras is a collection of command line utilities that extend the functionality of the Git version control system. It provides a suite of shortcuts and additional commands for history manipulation, remote management, repository analysis, and workflow automation. The project distinguishes itself by offering deep integration with hosting providers to manage pull requests and forks, alongside advanced history tools for obliterating sensitive files and rewriting author metadata. It also includes a specialized interactive shell that allows users to execute commands without repeating the binary

    Generates a summary report displaying commit counts and full repository paths.

    Shellgit
    GitHub पर देखें↗18,076
  • baomidou/mybatis-plusbaomidou का अवतार

    baomidou/mybatis-plus

    17,391GitHub पर देखें↗

    MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code. It provides a toolkit for automating common database operations, utilizing dynamic query wrappers and a system for automated CRUD generation. The project distinguishes itself through a code generation system that produces mapper, model, service, and controller layers based on database metadata. It also implements a security layer that prevents SQL injection through input sanitization and blocks dangerous global update or delete operations to prevent accidental data loss. The f

    Includes tools to output executed SQL statements and their processing times to identify and resolve slow queries.

    Javamybatismybatis-plusmybatis-spring
    GitHub पर देखें↗17,391
  • bkaradzic/bgfxbkaradzic का अवतार

    bkaradzic/bgfx

    17,161GitHub पर देखें↗

    bgfx is a cross-platform, graphics rendering abstraction layer designed for high-performance applications. It provides a unified interface that maps high-level rendering commands to native graphics APIs, allowing developers to maintain a single codebase that executes consistently across diverse operating systems and hardware architectures. The library distinguishes itself through a multi-threaded command submission model that decouples rendering logic from the main application thread, effectively minimizing CPU bottlenecks. It utilizes a backend-agnostic command buffer and a deferred resource

    Determines geometry visibility using depth tests to avoid unnecessary rendering.

    Cd3d11d3d12directx
    GitHub पर देखें↗17,161
  • prestodb/prestoprestodb का अवतार

    prestodb/presto

    16,711GitHub पर देखें↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Visualizes query performance metrics and execution plans to help identify bottlenecks.

    Javabig-datadatahadoop
    GitHub पर देखें↗16,711
  • pinpoint-apm/pinpointpinpoint-apm का अवतार

    pinpoint-apm/pinpoint

    13,830GitHub पर देखें↗

    Pinpoint is a distributed application performance management tool designed to trace requests and monitor metrics across large-scale distributed architectures. It functions as a request tracer, topology mapper, and JVM application monitor, providing a backend capable of collecting and visualizing trace data from OpenTelemetry compatible sources. The system distinguishes itself through a combination of bytecode-based instrumentation via a Java agent and topology-based visualization that renders live maps of service interconnections. It captures execution flow across asynchronous boundaries, suc

    Analyzes MyBatis database logs and execution statistics to identify query bottlenecks.

    Javaagentapmdistributed-tracing
    GitHub पर देखें↗13,830
  • dask/daskdask का अवतार

    dask/dask

    13,746GitHub पर देखें↗

    Dask एक पैरेलल कंप्यूटिंग फ्रेमवर्क और डिस्ट्रीब्यूटेड टास्क शेड्यूलर है जिसे Python डेटा साइंस वर्कफ़्लो को सिंगल मशीनों से बड़े क्लस्टर्स तक स्केल करने के लिए डिज़ाइन किया गया है। यह एक क्लस्टर रिसोर्स मैनेजर के रूप में कार्य करता है जो कार्यों और उनकी डिपेंडेंसी को डायरेक्टेड एसाइक्लिक ग्राफ (DAGs) के रूप में प्रस्तुत करके कम्प्यूटेशनल लॉजिक को व्यवस्थित करता है। यह आर्किटेक्चर सिस्टम को जटिल निष्पादन आवश्यकताओं का प्रबंधन करते हुए उपलब्ध हार्डवेयर पर वर्कलोड के वितरण को स्वचालित करने की अनुमति देता है। यह प्रोजेक्ट एक लेज़ी इवैल्यूएशन इंजन के माध्यम से खुद को अलग करता है जो डेटा ऑपरेशन्स को तब तक स्थगित कर देता है जब तक कि उन्हें स्पष्ट रूप से अनुरोध न किया जाए, जिससे ग्लोबल ग्राफ ऑप्टिमाइज़ेशन और कुशल संसाधन आवंटन सक्षम होता है। इसमें उपलब्ध मेमोरी से अधिक डेटासेट को प्रोसेस करते समय सिस्टम क्रैश को रोकने के लिए मेमोरी-अवेयर डेटा स्पिलिंग शामिल है, और यह टास्क ग्राफ फ्यूजन का उपयोग ऑपरेशन्स के अनुक्रमों को एकल निष्पादन चरणों में संयोजित करने के लिए करता है, जिससे शेड्यूलिंग ओवरहेड और इंटर-नोड संचार कम हो जाता है। यह प्लेटफॉर्म बड़े पैमाने पर डेटा एनालिटिक्स के लिए एक व्यापक क्षमता सतह प्रदान करता है, जिसमें डिस्ट्रीब्यूटेड मशीन लर्निंग, उच्च-प्रदर्शन कंप्यूटिंग एकीकरण, और पैरेलल डेटा प्रोसेसिंग के लिए समर्थन शामिल है। यह क्लस्टर लाइफसाइकिल मैनेजमेंट, परफॉरमेंस प्रोफाइलिंग, और टास्क निष्पादन की रीयल-टाइम मॉनिटरिंग के लिए व्यापक उपकरण प्रदान करता है। उपयोगकर्ता इन वातावरणों को स्थानीय हार्डवेयर, क्लाउड प्रदाताओं, कंटेनरीकृत सिस्टम, और उच्च-प्रदर्शन कंप्यूटिंग क्लस्टर्स सहित विविध बुनियादी ढांचे पर तैनात कर सकते हैं।

    Displays planned task execution sequences to identify bottlenecks or memory-intensive patterns in scheduling.

    Pythondasknumpypandas
    GitHub पर देखें↗13,746
  • projectdiscovery/subfinderprojectdiscovery का अवतार

    projectdiscovery/subfinder

    13,105GitHub पर देखें↗

    Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It functions as a discovery engine that identifies and maps internet-exposed infrastructure, cloud-hosted assets, and network ranges to maintain a comprehensive inventory of an organization's digital footprint. The project distinguishes itself through a modular, template-driven scanning engine that executes security checks against discovered assets. It leverages cloud-native asset discovery to query provider APIs and infrastructure metadata, while supporting distributed agent orc

    Provides summary statistics and counts of identified subdomains for target domains.

    Gobugbountyhackinghacktoberfest
    GitHub पर देखें↗13,105
  • dbt-labs/dbt-coredbt-labs का अवतार

    dbt-labs/dbt-core

    13,051GitHub पर देखें↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Appends metadata to generated SQL statements to improve auditability and performance tracking.

    Rustanalyticsbusiness-intelligencedata-modeling
    GitHub पर देखें↗13,051
  • dhamaniasad/awesome-postgresdhamaniasad का अवतार

    dhamaniasad/awesome-postgres

    11,955GitHub पर देखें↗

    This project is a curated directory of software, libraries, and resources designed to support the management, monitoring, and deployment of PostgreSQL database environments. It functions as a structured index of community-supported tools, providing a centralized location for users to discover utilities that enhance database functionality and reliability. The directory organizes disparate database solutions into a logical hierarchy, covering areas such as graphical interfaces, backup and recovery utilities, and performance monitoring platforms. By categorizing these resources, it assists in th

    Identifies diagnostic tools and observability platforms for tracking database performance and query efficiency.

    databasepostgrespostgresql
    GitHub पर देखें↗11,955
  • sosedoff/pgwebsosedoff का अवतार

    sosedoff/pgweb

    9,399GitHub पर देखें↗

    pgweb is a web-based database client and graphical administration tool for PostgreSQL. It provides a browser-based interface for executing SQL queries, inspecting schemas, and managing database objects. The tool includes a read-only mode that prevents destructive operations by blocking specific SQL keywords. It supports secure remote access to private instances through native SSH tunneling and encrypted database connections. The application covers a broad range of management capabilities, including multi-environment session management, database structure inspection, and the export of query r

    Examines execution plans and performance metrics to identify and optimize slow SQL operations.

    Gocross-platformgolangpgweb
    GitHub पर देखें↗9,399
  • highlight/highlighthighlight का अवतार

    highlight/highlight

    9,303GitHub पर देखें↗

    Highlight is a full-stack observability platform and monitoring system that aggregates logs, errors, and distributed traces to provide a unified view of application health. It functions as a distributed tracing system, an error monitoring service, and a session replay tool. The platform is available as a dockerized monitoring stack for self-hosted deployments on Linux. It distinguishes itself by combining backend observability with a visual recording system that captures document object model changes and network requests to replay user interactions. The system covers several core capability

    Runs pre-defined SQL queries by name to retrieve database performance and blocking metrics.

    TypeScript
    GitHub पर देखें↗9,303
  • mikro-orm/mikro-ormmikro-orm का अवतार

    mikro-orm/mikro-orm

    9,085GitHub पर देखें↗

    Mikro-ORM is a TypeScript-based object-relational mapping system that provides a unified persistence layer for Node.js applications. It translates TypeScript entities into relational or document-based database schemas, supporting a variety of engines including PostgreSQL, MySQL, MariaDB, MS SQL Server, SQLite, and MongoDB. The project implements the data mapper pattern to decouple in-memory domain models from the database persistence layer. It utilizes a unit of work pattern to track entity changes in memory and commit them in a single coordinated database transaction. The library covers com

    Includes a logging system to identify slow database queries and optimize interaction patterns.

    TypeScript
    GitHub पर देखें↗9,085
  • lancedb/lancedblancedb का अवतार

    lancedb/lancedb

    9,031GitHub पर देखें↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Returns detailed execution statistics for processed queries to identify performance bottlenecks and optimize efficiency.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    GitHub पर देखें↗9,031
  • ankane/pgheroankane का अवतार

    ankane/pghero

    8,880GitHub पर देखें↗

    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

    Records query statistics over time in dedicated tables to enable historical trend analysis.

    Ruby
    GitHub पर देखें↗8,880
पिछला123अगला
  1. Home
  2. Data & Databases
  3. Query Performance Monitors

सब-टैग एक्सप्लोर करें

  • Active Query Inspections1 सब-टैगShowing active connections, current statements, and lock waits to diagnose performance bottlenecks. **Distinct from Query Performance Monitors:** Distinct from Query Performance Monitors: focuses on real-time inspection of currently running queries and locks, not historical log analysis.
  • Execution Detail Visualizers1 सब-टैगInterfaces for inspecting query performance metrics, execution plans, and stage-level data distribution. **Distinct from Query Performance Monitors:** Distinct from general query performance monitors: focuses on deep-dive execution plan visualization.
  • Named Query ExecutionExecuting pre-defined SQL queries by identifier to retrieve specific health metrics. **Distinct from Query Performance Monitors:** Distinct from Query Performance Monitors: focuses on the execution of specific named queries rather than general performance analysis.
  • Occlusion Query SystemsMechanisms for testing geometry visibility on the graphics processor. **Distinct from Query Performance Monitors:** Distinct from Query Performance Monitors: focuses on visibility testing for rendering optimization rather than database query analysis.
  • Query Annotators1 सब-टैगAppends metadata or comments to generated SQL statements for auditability and performance tracking. **Distinct from Query Performance Monitors:** Distinct from Query Performance Monitors: focuses on the injection of metadata into SQL rather than monitoring execution.
  • Query Statistics Repositories3 सब-टैग्सSystems that store execution metrics to inform future query planning and improve efficiency. **Distinct from Query Performance Monitors:** Distinct from general query performance monitors: focuses on storing historical statistics for query planning.