awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • clickhouse/clickhouseالصورة الرمزية لـ ClickHouse

    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

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

    C++aianalyticsbig-data
    عرض على GitHub↗48,229
  • iovisor/bccالصورة الرمزية لـ iovisor

    iovisor/bcc

    22,459عرض على GitHub↗

    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/vitessالصورة الرمزية لـ vitessio

    vitessio/vitess

    20,788عرض على GitHub↗

    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/knexالصورة الرمزية لـ knex

    knex/knex

    20,300عرض على GitHub↗

    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-debugbarالصورة الرمزية لـ barryvdh

    barryvdh/laravel-debugbar

    19,242عرض على GitHub↗

    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/dapperالصورة الرمزية لـ DapperLib

    DapperLib/Dapper

    18,331عرض على GitHub↗

    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-extrasالصورة الرمزية لـ tj

    tj/git-extras

    18,076عرض على GitHub↗

    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-plusالصورة الرمزية لـ baomidou

    baomidou/mybatis-plus

    17,391عرض على GitHub↗

    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/bgfxالصورة الرمزية لـ bkaradzic

    bkaradzic/bgfx

    17,161عرض على GitHub↗

    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/prestoالصورة الرمزية لـ prestodb

    prestodb/presto

    16,711عرض على GitHub↗

    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/pinpointالصورة الرمزية لـ pinpoint-apm

    pinpoint-apm/pinpoint

    13,830عرض على GitHub↗

    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/daskالصورة الرمزية لـ dask

    dask/dask

    13,746عرض على GitHub↗

    Dask هو إطار عمل للحوسبة المتوازية وجدول مهام موزع مصمم لتوسيع نطاق سير عمل علوم البيانات في Python من أجهزة فردية إلى مجموعات (clusters) كبيرة. يعمل كمدير موارد للمجموعة يقوم بتنسيق المنطق الحسابي من خلال تمثيل المهام وتبعياتها كرسوم بيانية موجهة غير دورية. تسمح هذه البنية للنظام بأتمتة توزيع أعباء العمل عبر الأجهزة المتاحة مع إدارة متطلبات التنفيذ المعقدة. يتميز المشروع بمحرك تقييم كسول يؤجل عمليات البيانات حتى يتم طلبها صراحة، مما يتيح تحسين الرسم البياني العالمي وتخصيص الموارد بكفاءة. يتضمن خاصية تسريب البيانات الواعية بالذاكرة لمنع تعطل النظام عند معالجة مجموعات البيانات التي تتجاوز الذاكرة المتاحة، ويستخدم دمج الرسم البياني للمهام لدمج تسلسلات العمليات في خطوات تنفيذ واحدة، مما يقلل من عبء الجدولة والاتصال بين العقد. توفر المنصة سطح قدرات شاملاً لتحليلات البيانات واسعة النطاق، بما في ذلك دعم التعلم الآلي الموزع، وتكامل الحوسبة عالية الأداء، ومعالجة البيانات المتوازية. توفر أدوات واسعة النطاق لإدارة دورة حياة المجموعة، وتوصيف الأداء، والمراقبة في الوقت الفعلي لتنفيذ المهام. يمكن للمستخدمين نشر هذه البيئات عبر بنية تحتية متنوعة، بما في ذلك الأجهزة المحلية، ومزودي السحابة، والأنظمة الحاوية، ومجموعات الحوسبة عالية الأداء.

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

    Pythondasknumpypandas
    عرض على GitHub↗13,746
  • projectdiscovery/subfinderالصورة الرمزية لـ projectdiscovery

    projectdiscovery/subfinder

    13,105عرض على GitHub↗

    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-coreالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-core

    13,051عرض على GitHub↗

    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-postgresالصورة الرمزية لـ dhamaniasad

    dhamaniasad/awesome-postgres

    11,955عرض على GitHub↗

    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/pgwebالصورة الرمزية لـ sosedoff

    sosedoff/pgweb

    9,399عرض على GitHub↗

    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/highlightالصورة الرمزية لـ highlight

    highlight/highlight

    9,303عرض على GitHub↗

    Highlight هي منصة مراقبة كاملة ونظام تتبع يجمع السجلات، والأخطاء، والتتبعات الموزعة لتوفير رؤية موحدة لصحة التطبيق. تعمل كنظام تتبع موزع، وخدمة مراقبة أخطاء، وأداة لإعادة تشغيل الجلسات. المنصة متاحة كحزمة مراقبة داخل حاوية (dockerized) للنشر المستضاف ذاتياً على Linux. تتميز المنصة بدمج المراقبة الخلفية مع نظام تسجيل مرئي يلتقط تغييرات كائن المستند (DOM) وطلبات الشبكة لإعادة تشغيل تفاعلات المستخدم. يغطي النظام عدة مجالات قدرات أساسية، بما في ذلك إدارة السجلات المركزية مع خصائص قابلة للبحث، وتتبع أخطاء التطبيق مع تكامل خرائط المصدر لإلغاء تشفير تتبع المكدس، وتتبع الطلبات الموزع عبر الخدمات المصغرة. كما يتضمن مراقبة قاعدة البيانات عبر تنفيذ الاستعلامات المسماة وتحليل استعلامات البحث لاسترجاع مقاييس الأداء. يمكن إجراء التثبيت عبر نشر مراقبة مستضاف ذاتياً باستخدام Docker أو من خلال توفير البنية التحتية السحابية.

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

    TypeScript
    عرض على GitHub↗9,303
  • mikro-orm/mikro-ormالصورة الرمزية لـ mikro-orm

    mikro-orm/mikro-orm

    9,085عرض على GitHub↗

    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/lancedbالصورة الرمزية لـ lancedb

    lancedb/lancedb

    9,031عرض على GitHub↗

    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/pgheroالصورة الرمزية لـ ankane

    ankane/pghero

    8,880عرض على GitHub↗

    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.